chatRaw

GameSpy SDK

chatRaw

Used in conjunction with the chatConnect functions; all raw incoming network traffic gets passed to this function.

typedef void (*chatRaw)(
CHAT chat,
const gsi_char * raw,
void * param );
RoutineRequired HeaderDistribution
chatRaw<chat.h>SDKZIP

Parameters

chat
[in] The initialized chat interface object.
raw
[in] The raw data.
param
[in] Pointer to user data. The same param that was passed to chatConnect through the callbacks structure.

Section Reference: Gamespy Chat SDK

See Also: chatConnect, chatSendRaw