Remarks
Structure containing details about a new message that must be dispatched to a connected client/peer.
Properties
EOS_AntiCheatCommon_OnMessageToClientCallbackInfo
Property | Value |
---|---|
void* ClientData | Caller-specified context data |
EOS_AntiCheatCommon_ClientHandle ClientHandle | The identifier of the client/peer that this message must be delivered to. See the RegisterClient and RegisterPeer functions. |
const void* MessageData | The message data that must be sent to the client |
uint32_t MessageDataSizeBytes | The size in bytes of MessageData |