Home |
RTKernel-32 Programming Manual Function RTKPutUntil |
Function RTKPutUntilRTKPutUntil stores a message in a mailbox if space becomes available before a certain point in time. RTKBool RTKPutUntil(RTKMailbox Box, const void * Data, RTKTime Time); ParametersBoxThe mailbox in which to store the message. DataPointer to the data to store in the mailbox. TimeThe absolute time until the function waits at most until space becomes available in the mailbox (in timer ticks). return valueTRUE if the message has been successfully stored OR false if there was no space available and the timeout has expired.
|