Skip to main content

EOS_Platform_RTCOptions

Type Alias EOS_Platform_RTCOptions 

Source
pub type EOS_Platform_RTCOptions = _tagEOS_Platform_RTCOptions;
Expand description

Platform RTC options.

Aliased Type§

#[repr(C)]
pub struct EOS_Platform_RTCOptions { pub ApiVersion: i32, pub PlatformSpecificOptions: *mut c_void, pub BackgroundMode: i32, pub Reserved: *mut c_void, }

Fields§

§ApiVersion: i32

API Version: Set this to EOS_PLATFORM_RTCOPTIONS_API_LATEST.

§PlatformSpecificOptions: *mut c_void

This field is for platform specific initialization if any.

If provided then the structure will be located in “PLATFORM_NAME”/eos_“PLATFORM_NAME”.h. The structure will be named EOS_“PLATFORM_NAME”_RTCOptions.

§BackgroundMode: i32

Configures RTC behavior upon entering to any background application statuses

§Reserved: *mut c_void

Reserved field, should be nullptr by default