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: i32API Version: Set this to EOS_ANTICHEATCLIENT_RECEIVEMESSAGEFROMPEER_API_LATEST.
PeerHandle: *mut c_voidThe handle describing the sender of this message
DataLengthBytes: u32The size of the data received
Data: *const c_voidThe data received