PxMcIdError()
Return the last error of the object handle Mc.
- APPLIES TO
-
8.2.0
- SYNOPSIS
-
PxError_t PxMcIdError (PxMc_t Mc);
- ARGUMENTS
|
- RETURN VALUES
-
-
The last error of the object handle Mc
-
- DESCRIPTION
-
PxMcIdError returns the last error of the object handle Mc.
- USAGE
-
#include "pxdef.h" PxError_t err = PxMcIdError(Mc); if (err != PXERR_NOERROR) { // Report error }