Home |
RTKernel-32 Programming Manual Function RTKGet |
Function RTKGetRTKGet retrieves a message from a mailbox. void RTKGet(RTKMailbox Box, void * Data); ParametersBoxThe mailbox from which to retrieve the message. DataPointer to the variable to store the message in. If the mailbox is empty, the calling task is blocked until another task (or an interrupt handler) stores a message. If the mailbox is full and another task is waiting to store a message in the mailbox, the waiting task is made ready.
|