![]() |
Home |
|
Function RTKSendUntilRTKSendUntil sends data to another task if the receiving task becomes ready to accept data within a time limit; otherwise, the return value indicates failure and no data is transferred. RTKBool RTKSendUntil(RTKTaskHandle Receiver, const void * Data, RTKTime Time); ParametersReceiverThe handle of the receiving task. DataPointer to the data to send. TimeThe absolute point in time until the receiving task becomes ready to accept data in timer ticks. return valueTRUE if the data transfer has been successfully completed or FALSE if the receiving task was not ready to accept data and the timeout has expired.
|