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 u8,
pub Value: *const u8,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_RTC_OPTION_API_LATEST.
Key: *const u8The unique key of the option. The max size of the string is EOS_RTC_OPTION_KEY_MAXCHARCOUNT.
Value: *const u8The value of the option. The max size of the string is EOS_RTC_OPTION_VALUE_MAXCHARCOUNT.