Home |
RTKernel-32 Programming Manual Function RTKReceive |
Function RTKReceiveRTKReceive receives data from any other task. void RTKReceive(void * Data, unsigned DataLen); ParametersDataPointer to the variable to store the received data in. DataLenThe length of the expected data. If a task sends data using RTKSend, RTKSendTimed, or RTKSendUntil to the calling task, the data transfer takes place immediately. Otherwise, the receiving task is blocked until another task sends data to it.
|