public interface EOS_AntiCheatClient_OnMessageToServerCallback
extends com.sun.jna.Callback
Messages contain opaque binary data and must be transmitted
to the game server using the game's own networking layer, then delivered
to the server anti-cheat instance using the EOS_AntiCheatServer_ReceiveMessageFromClient function.
The upper limit of the message size is EOS_Defines.EOS_ANTICHEATCLIENT_ONMESSAGETOSERVERCALLBACK_MAX_MESSAGE_SIZE.
This callback is always issued from within EOS_Platform_Tick on its calling thread.
| Modifier and Type | Method and Description |
|---|---|
void |
apply(EOS_AntiCheatClient_OnMessageToServerCallbackInfo data) |
void apply(EOS_AntiCheatClient_OnMessageToServerCallbackInfo data)