#include <cogent.h>
int IP_ReceiveNonblock(IP_Task* myself, IP_Msg* rmsg, IP_MsgInfo* msginfo );
The type of the received message. If no message was available then -1 is returned and msginfo->rcvid is set to EAGAIN.
This function receives a message of any type, but will not block if no message is available. See IP_Receive for details.
Copyright © 1995-2006 by Cogent Real-Time Systems, Inc. All rights reserved.