PxMbxIdResetError()
Reset the last error of the object handle Mbx.
- APPLIES TO
-
1.0.0
- SYNOPSIS
-
PxError_t PxMbxIdResetError (PxMbx_t *Mbx); - ARGUMENTS
|
- RETURN VALUES
-
-
The last error of the object handle
Mbx
-
- DESCRIPTION
-
PxMbxIdResetErrorresets the last error of the object handleMbx.
- USAGE
-
#include "pxdef.h" PxError_t err = PxMbxIdResetError(Mbx);