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
|
Structure containing details about a new message that must be dispatched to a connected client/peer.
Properties
AntiCheatCommon.OnMessageToClientCallbackInfo
Property
|
Value
|
object ClientData
|
Caller-specified context data
|
System.IntPtr ClientHandle
|
The identifier of the client/peer that this message must be delivered to. See the RegisterClient and RegisterPeer functions.
|
byte[] MessageData
|
The message data that must be sent to the client
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no