This data structure is part of the AntiCheatServer Interface.
Properties
EOS_AntiCheatServer_UnprotectMessageOptions
Property
|
Value
|
int32_t ApiVersion
|
API Version: Set this to EOS_ANTICHEATSERVER_UNPROTECTMESSAGE_API_LATEST.
|
EOS_AntiCheatCommon_ClientHandle ClientHandle
|
Locally unique value describing the remote user from whom the message was received
|
uint32_t DataLengthBytes
|
Length in bytes of input
|
const void* Data
|
The data to decrypt
|
uint32_t OutBufferSizeBytes
|
The size in bytes of OutBuffer
|
This data structure is part of the AntiCheatServer Interface.
Properties
AntiCheatServer.UnprotectMessageOptions
Property
|
Value
|
int ApiVersion
|
API Version: Set this to EOS_ANTICHEATSERVER_UNPROTECTMESSAGE_API_LATEST.
|
System.IntPtr ClientHandle
|
Locally unique value describing the remote user from whom the message was received
|
byte[] Data
|
The data to decrypt
|
uint OutBufferSizeBytes
|
The size in bytes of OutBuffer
|
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