PxMcIdResetError()
Reset the last error of the object handle Mc.
- APPLIES TO
-
8.2.0
- SYNOPSIS
-
PxError_t PxMcIdResetError (PxMc_t *Mc);
- ARGUMENTS
|
- RETURN VALUES
-
-
The last error of the object handle Mc
-
- DESCRIPTION
-
PxMcIdResetError resets the last error of the object handle Mc.
- USAGE
-
#include "pxdef.h" PxError_t err = PxMcIdResetError(Mc);