MSGQ_getDstQueue
Application Program Interface
2-245
C Interface
Syntax
MSGQ_getDstQueue(msg, msgqQueue);
Parameters
MSGQ_Msg msg;
/*
Message
*/
MSGQ_Queue
*msgqQueue;
/* Message queue */
Return Value
Void
Reentrant
yes
Description
This API allows the application to determine the destination message
queue of a message. This API is generally used by transports to
determine the final destination of a message. This API can also be used
by the application once the message is received.
This function can be called from a HWI, SWI or TSK.
Constraints and
Calling Context
❏
The message must have been sent via MSGQ_put.
MSGQ_getDstQueue
Get destination message queue field in a message