Skip to main content

EOS_AntiCheatClient_ReceiveMessageFromServerOptions

Type Alias EOS_AntiCheatClient_ReceiveMessageFromServerOptions 

Source
pub type EOS_AntiCheatClient_ReceiveMessageFromServerOptions = _tagEOS_AntiCheatClient_ReceiveMessageFromServerOptions;
Expand description

Input parameters for the EOS_AntiCheatClient_ReceiveMessageFromServer function.

Aliased Type§

#[repr(C)]
pub struct EOS_AntiCheatClient_ReceiveMessageFromServerOptions { pub ApiVersion: i32, pub DataLengthBytes: u32, pub Data: *const c_void, }

Fields§

§ApiVersion: i32

API Version: Set this to EOS_ANTICHEATCLIENT_RECEIVEMESSAGEFROMSERVER_API_LATEST.

§DataLengthBytes: u32

The size of the data received

§Data: *const c_void

The data received