MSGQ_getMsgSize
Application Program Interface
2-247
C Interface
Syntax
size = MSGQ_getMsgSize(msg);
Parameters
MSGQ_Msg msg;
/* Message */
Return Value
Uint16
size;
/* Message size */
Reentrant
yes
Description
MSGQ_getMsgSize returns the size of the message buffer out of the
received message. The size is in minimum addressable data units
(MADUs).
This function can be used to determine if a message can be re-used.
This function can be called from a HWI, SWI or TSK.
See Also
MSGQ_getMsgSize
Return the message size from a message