PxMsgIdResetError()
Reset the last error of the object handle Msg.
- APPLIES TO
-
8.2.0
- SYNOPSIS
-
PxError_t PxMsgIdResetError (PxMsg_t *Msg); - ARGUMENTS
|
- RETURN VALUES
-
-
The last error of the object handle
Msg
-
- DESCRIPTION
-
PxMsgIdResetErrorresets the last error of the object handleMsg.
- USAGE
-
#include "pxdef.h" PxError_t err = PxMsgIdResetError(Msg);