Home |
RTKernel-32 Programming Manual Function RTKGetTimed |
Function RTKGetTimedRTKGetTimed retrieves a message from a mailbox if a message becomes available within a certain time span. RTKBool RTKGetTimed(RTKMailbox Box, void * Data, RTKDuration Timeout); ParametersBoxThe mailbox from which to retrieve the message. DataPointer to the variable to store the message in. TimeoutThe timeout for waiting until a message becomes available 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.
|