IP_MsgRawData -- gives a pointer to IP_RAW
message data.
Arguments
- msg
A pointer to an IP_Msg
structure.
Returns
A void pointer to the raw message data, defined as:
((void*)((msg)->msg))
Description
This is a macro that finds
and returns the correct pointer to message data--if and
only if the message type (as returned by IP_Receive) is
IP_RAW.
Copyright 1995-2002 by
Cogent Real-Time Systems, Inc.