Home |
RTKernel-32 Programming Manual Function RTKGetUntil |
Function RTKGetUntilRTKGetUntil retrieves a message from a mailbox if a message becomes available before a certain point in time. RTKBool RTKGetUntil(RTKMailbox Box, void * Data, RTKTime Time); ParametersBoxThe mailbox from which to retrieve the message. DataPointer to the variable to store the message in. TimeThe absolute time until the function waits at most until a message becomes available in the mailbox (in timer ticks). return valueTRUE if the message has been successfully retrieved or FALSE if there was no message available and the timeout has expired.
|