#include <cogent.h>
int IP_MsgInfoReplyRaw(
IP_MsgInfo* orig, char* msg, int len )
;
The original msginfo as filled by IP_Receive.
The message buffer to be transmitted.
The length of the message buffer.
This function replies to a previously received IP_RAW message by using the information in the IP_MsgInfo structure filled by IP_Receive. len bytes of msg are transmitted as the reply message.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.