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