Home |
RTKernel-32 Programming Manual Function RTKReceiveCond |
Function RTKReceiveCondRTKReceiveCond receives data from any task under the condition that a task is immediately ready to send; otherwise, the return value indicates failure and no data is transferred. RTKReceiveCond never leads to a blocking task switch. RTKBool RTKReceiveCond(void * Data, unsigned DataLen); ParametersDataPointer to the variable to store the received data in. DataLenThe length of the expected data. return valueTRUE if the data transfer has been successfully completed or FALSE if no task was ready for immediate data transfer.
|