Skip to main content

EOS_RTC_Option

Type Alias EOS_RTC_Option 

Source
pub type EOS_RTC_Option = _tagEOS_RTC_Option;
Expand description

This struct is used to get information about a specific option.

Aliased Type§

#[repr(C)]
pub struct EOS_RTC_Option { pub ApiVersion: i32, pub Key: *const i8, pub Value: *const i8, }

Fields§

§ApiVersion: i32

API Version: Set this to EOS_RTC_OPTION_API_LATEST.

§Key: *const i8

The unique key of the option. The max size of the string is EOS_RTC_OPTION_KEY_MAXCHARCOUNT.

§Value: *const i8

The value of the option. The max size of the string is EOS_RTC_OPTION_VALUE_MAXCHARCOUNT.