![]() |
Home |
|
Function RTKPutTimedRTKPutTimed stores a message in a mailbox if space becomes available within a certain time span. RTKBool RTKPutTimed(RTKMailbox Box, const void * Data, RTKDuration Timeout); ParametersBoxThe mailbox in which to store the message. DataPointer to the data to store in the mailbox. TimeoutThe maximum time period for waiting until space becomes available in timer ticks. return valueTRUE if the message has been successfully stored or FALSE if no space available and the timeout has expired.
|