EOS_AntiCheatCommon_OnMessageToClientCallbackInfo

EOS API reference page for EOS_AntiCheatCommon_OnMessageToClientCallbackInfo

阅读时间少于1分钟

Remarks

Structure containing details about a new message that must be dispatched to a connected client/peer.

Properties

EOS_AntiCheatCommon_OnMessageToClientCallbackInfo

PropertyValue
void* ClientDataCaller-specified context data
EOS_AntiCheatCommon_ClientHandle ClientHandleThe identifier of the client/peer that this message must be delivered to. See the RegisterClient and RegisterPeer functions.
const void* MessageDataThe message data that must be sent to the client
uint32_t MessageDataSizeBytesThe size in bytes of MessageData