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