Skip to main content

EOS_AntiCheatClient_ReceiveMessageFromPeerOptions

Type Alias EOS_AntiCheatClient_ReceiveMessageFromPeerOptions 

Source
pub type EOS_AntiCheatClient_ReceiveMessageFromPeerOptions = _tagEOS_AntiCheatClient_ReceiveMessageFromPeerOptions;
Expand description

Input parameters for the EOS_AntiCheatClient_ReceiveMessageFromPeer function.

Aliased Type§

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

Fields§

§ApiVersion: i32

API Version: Set this to EOS_ANTICHEATCLIENT_RECEIVEMESSAGEFROMPEER_API_LATEST.

§PeerHandle: *mut c_void

The handle describing the sender of this message

§DataLengthBytes: u32

The size of the data received

§Data: *const c_void

The data received