#include <cogent.h>
int IP_ProcessMessage(
IP_Task* myself, int rcvid, void* msgbuffer, int length, IP_MsgInfo* msginfo )
;
A task structure referring to the current task.
The rcvid from the most recently received message.
The most recently received message.
The length of msgbuffer.
A structure to be filled with message information.
This function is used by IP_Receive to classify messages. Do not call this function directly.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.