PxPeIdResetError()

Reset the last error of the object handle Pe.

APPLIES TO

8.2.0

SYNOPSIS
PxError_t PxPeIdResetError (PxPe_t *Pe);
ARGUMENTS
Pe

Pointer to the Pe handle

RETURN VALUES
  • The last error of the object handle Pe

DESCRIPTION

PxPeIdResetError resets the last error of the object handle Pe.

USAGE
#include "pxdef.h"

PxError_t err = PxPeIdResetError(Pe);