![]() |
Home |
|
Function RTKClearMailboxFunction RTKClearMailbox clears the contents of a mailbox: void RTKClearMailbox(RTKMailbox Box); ParametersBoxThe mailbox to clear. All data stored in the mailbox is discarded. If the mailbox was full and a task was waiting to write to the mailbox, the task is made ready by RTKClearMailbox.
|