|
FireSync API
|
| kStatus kPxPort_RemoveMessage | ( | kPxPort | port, |
| kMsgSet * | message, | ||
| kMsgSource * | source | ||
| ) |
Dequeues the next input message received on this input port.
This method can only be called from within a block's VOnReceive method.
| port | Port object. |
| message | Receives message (ownership is transferred). |
| source | Optionally receives message source information (can be null). |