Home |
Function RTUPutMsgQ |
Function RTUPutMsgQRTUPutMsgQ posts a message pointer to a queue: void RTUPutMsgQ(RTUQHandle Queue, const RTUSBMessage * Msg); ParametersQueueHandle to the queue to which the pointer shall be posted. MsgPointer to a message to post to the queue. Clients are responsible for allocating and deallocating messages to post. If an application attempts to place more message pointers in a queue then specified in the queue's RTUCreateMsgQ call, a fatal error is generated.
|