Home |
RTKernel-32 Programming Manual Function RTKReceiveUntil |
Function RTKReceiveUntilRTKReceiveUntil receives data from any other task if a task becomes ready to send data within a time limit; otherwise, the return value indicates failure and no data is transferred. RTKBool RTKReceiveUntil(void * Data, unsigned DataLen, RTKTime Time); ParametersDataPointer to the variable to store the received data in. DataLenThe length of the expected data. TimeSpecifies the absolute point in time until a task becomes ready to send data in timer ticks. return valueTRUE if the data transfer has been successfully completed or FALSE if no task was ready to send data and the timeout has expired.
|