pub type EOS_ActiveSession_Info = _tagEOS_ActiveSession_Info;Expand description
Top level details about an active session
Aliased Type§
#[repr(C)]pub struct EOS_ActiveSession_Info {
pub ApiVersion: i32,
pub SessionName: *const i8,
pub LocalUserId: *mut EOS_ProductUserIdDetails,
pub State: i32,
pub SessionDetails: *const _tagEOS_SessionDetails_Info,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_ACTIVESESSION_INFO_API_LATEST.
SessionName: *const i8Name of the session
LocalUserId: *mut EOS_ProductUserIdDetailsThe Product User ID of the local user who created or joined the session
State: i32Current state of the session
SessionDetails: *const _tagEOS_SessionDetails_InfoSession details