IP_MsgRawData

IP_MsgRawData — gives a pointer to IP_RAW message data.

Syntax

#include <cogent.h>

IP_MsgRawData(msg);

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.

See Also

Messages