pub type EOS_AntiCheatServer_ReceiveMessageFromClientOptions = _tagEOS_AntiCheatServer_ReceiveMessageFromClientOptions;Expand description
Input parameters for the EOS_AntiCheatServer_ReceiveMessageFromClient function.
Aliased Type§
#[repr(C)]pub struct EOS_AntiCheatServer_ReceiveMessageFromClientOptions {
pub ApiVersion: i32,
pub ClientHandle: *mut c_void,
pub DataLengthBytes: u32,
pub Data: *const c_void,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_ANTICHEATSERVER_RECEIVEMESSAGEFROMCLIENT_API_LATEST.
ClientHandle: *mut c_voidLocally unique value describing the corresponding remote user, as previously passed to RegisterClient
DataLengthBytes: u32The size of the data received
Data: *const c_voidThe data received