Skip to main content

EOS_AntiCheatServer_ReceiveMessageFromClientOptions

Type Alias EOS_AntiCheatServer_ReceiveMessageFromClientOptions 

Source
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: i32

API Version: Set this to EOS_ANTICHEATSERVER_RECEIVEMESSAGEFROMCLIENT_API_LATEST.

§ClientHandle: *mut c_void

Locally unique value describing the corresponding remote user, as previously passed to RegisterClient

§DataLengthBytes: u32

The size of the data received

§Data: *const c_void

The data received