This function is part of the AntiCheatServer Interface.
Remarks
Call when an anti-cheat message is received from a client. This function may only be called between a successful call to EOS_AntiCheatServer_BeginSession and the matching EOS_AntiCheatServer_EndSession call.
Return Value
-
EOS_Success - If the message was processed successfully
-
EOS_InvalidParameters - If input data was invalid
-
EOS_InvalidRequest - If message contents were corrupt and could not be processed
Parameters
EOS_AntiCheatServer_ReceiveMessageFromClient
Parameter Type And Name | Usage Information |
---|---|
EOS_HAntiCheatServer Handle | |
const EOS_AntiCheatServer_ReceiveMessageFromClientOptions* Options | Structure containing input data. |