Notifies upper layers of messages to be received.
void cpia_rxnotify ( TX_HANDLE handle, void *chkey)
Argument |
Description |
handle |
TX_HANDLE on which the message was received. |
chkey |
Channel key provided when the handle was opened. |
Provide cpia_rxnotify as a parameter to cpia_open or as a configuration field to cpix_open. The CPI library calls this function as a result of a call to cpia_intr when receive packets are pending for the given channel.
cpia_rxnotify calls cpia_get_data to receive the incoming message.