PxMsgIdInvalidate()
Return an invalid message handle for initialization.
- APPLIES TO
-
8.2.0
- SYNOPSIS
-
PxMsg_t PxMsgIdInvalidate (void);
- RETURN VALUES
-
-
An invalid message handle
-
- DESCRIPTION
-
PxMsgIdInvalidate
returns an invalid message handle for initialization.
- USAGE
-
#include "pxdef.h" PxMsg_t Msg = PxMsgIdInvalidate();