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
-
PxMsgIdResetError resets the last error of the object handle Msg.
- USAGE
-
#include "pxdef.h" PxError_t err = PxMsgIdResetError(Msg);