pub struct CMsgClientLogonResponse {Show 27 fields
pub eresult: Option<i32>,
pub legacy_out_of_game_heartbeat_seconds: Option<i32>,
pub heartbeat_seconds: Option<i32>,
pub deprecated_public_ip: Option<u32>,
pub rtime32_server_time: Option<u32>,
pub account_flags: Option<u32>,
pub cell_id: Option<u32>,
pub email_domain: Option<String>,
pub steam2_ticket: Option<Vec<u8>>,
pub eresult_extended: Option<i32>,
pub cell_id_ping_threshold: Option<u32>,
pub deprecated_use_pics: Option<bool>,
pub vanity_url: Option<String>,
pub public_ip: Option<CMsgIpAddress>,
pub user_country: Option<String>,
pub client_supplied_steamid: Option<u64>,
pub ip_country_code: Option<String>,
pub parental_settings: Option<Vec<u8>>,
pub parental_setting_signature: Option<Vec<u8>>,
pub count_loginfailures_to_migrate: Option<i32>,
pub count_disconnects_to_migrate: Option<i32>,
pub ogs_data_report_time_window: Option<i32>,
pub client_instance_id: Option<u64>,
pub force_client_update_check: Option<bool>,
pub agreement_session_url: Option<String>,
pub token_id: Option<u64>,
pub family_group_id: Option<u64>,
}Fields§
§eresult: Option<i32>§legacy_out_of_game_heartbeat_seconds: Option<i32>§heartbeat_seconds: Option<i32>§deprecated_public_ip: Option<u32>§rtime32_server_time: Option<u32>§account_flags: Option<u32>§cell_id: Option<u32>§email_domain: Option<String>§steam2_ticket: Option<Vec<u8>>§eresult_extended: Option<i32>§cell_id_ping_threshold: Option<u32>§deprecated_use_pics: Option<bool>§vanity_url: Option<String>§public_ip: Option<CMsgIpAddress>§user_country: Option<String>§client_supplied_steamid: Option<u64>§ip_country_code: Option<String>§parental_settings: Option<Vec<u8>>§parental_setting_signature: Option<Vec<u8>>§count_loginfailures_to_migrate: Option<i32>§count_disconnects_to_migrate: Option<i32>§ogs_data_report_time_window: Option<i32>§client_instance_id: Option<u64>§force_client_update_check: Option<bool>§agreement_session_url: Option<String>§token_id: Option<u64>§family_group_id: Option<u64>Implementations§
Source§impl CMsgClientLogonResponse
impl CMsgClientLogonResponse
Sourcepub fn eresult(&self) -> i32
pub fn eresult(&self) -> i32
Returns the value of eresult, or the default value if eresult is unset.
Sourcepub fn legacy_out_of_game_heartbeat_seconds(&self) -> i32
pub fn legacy_out_of_game_heartbeat_seconds(&self) -> i32
Returns the value of legacy_out_of_game_heartbeat_seconds, or the default value if legacy_out_of_game_heartbeat_seconds is unset.
Sourcepub fn heartbeat_seconds(&self) -> i32
pub fn heartbeat_seconds(&self) -> i32
Returns the value of heartbeat_seconds, or the default value if heartbeat_seconds is unset.
Sourcepub fn deprecated_public_ip(&self) -> u32
pub fn deprecated_public_ip(&self) -> u32
Returns the value of deprecated_public_ip, or the default value if deprecated_public_ip is unset.
Sourcepub fn rtime32_server_time(&self) -> u32
pub fn rtime32_server_time(&self) -> u32
Returns the value of rtime32_server_time, or the default value if rtime32_server_time is unset.
Sourcepub fn account_flags(&self) -> u32
pub fn account_flags(&self) -> u32
Returns the value of account_flags, or the default value if account_flags is unset.
Sourcepub fn cell_id(&self) -> u32
pub fn cell_id(&self) -> u32
Returns the value of cell_id, or the default value if cell_id is unset.
Sourcepub fn email_domain(&self) -> &str
pub fn email_domain(&self) -> &str
Returns the value of email_domain, or the default value if email_domain is unset.
Sourcepub fn steam2_ticket(&self) -> &[u8] ⓘ
pub fn steam2_ticket(&self) -> &[u8] ⓘ
Returns the value of steam2_ticket, or the default value if steam2_ticket is unset.
Sourcepub fn eresult_extended(&self) -> i32
pub fn eresult_extended(&self) -> i32
Returns the value of eresult_extended, or the default value if eresult_extended is unset.
Sourcepub fn cell_id_ping_threshold(&self) -> u32
pub fn cell_id_ping_threshold(&self) -> u32
Returns the value of cell_id_ping_threshold, or the default value if cell_id_ping_threshold is unset.
Sourcepub fn deprecated_use_pics(&self) -> bool
pub fn deprecated_use_pics(&self) -> bool
Returns the value of deprecated_use_pics, or the default value if deprecated_use_pics is unset.
Sourcepub fn vanity_url(&self) -> &str
pub fn vanity_url(&self) -> &str
Returns the value of vanity_url, or the default value if vanity_url is unset.
Sourcepub fn user_country(&self) -> &str
pub fn user_country(&self) -> &str
Returns the value of user_country, or the default value if user_country is unset.
Sourcepub fn client_supplied_steamid(&self) -> u64
pub fn client_supplied_steamid(&self) -> u64
Returns the value of client_supplied_steamid, or the default value if client_supplied_steamid is unset.
Sourcepub fn ip_country_code(&self) -> &str
pub fn ip_country_code(&self) -> &str
Returns the value of ip_country_code, or the default value if ip_country_code is unset.
Sourcepub fn parental_settings(&self) -> &[u8] ⓘ
pub fn parental_settings(&self) -> &[u8] ⓘ
Returns the value of parental_settings, or the default value if parental_settings is unset.
Sourcepub fn parental_setting_signature(&self) -> &[u8] ⓘ
pub fn parental_setting_signature(&self) -> &[u8] ⓘ
Returns the value of parental_setting_signature, or the default value if parental_setting_signature is unset.
Sourcepub fn count_loginfailures_to_migrate(&self) -> i32
pub fn count_loginfailures_to_migrate(&self) -> i32
Returns the value of count_loginfailures_to_migrate, or the default value if count_loginfailures_to_migrate is unset.
Sourcepub fn count_disconnects_to_migrate(&self) -> i32
pub fn count_disconnects_to_migrate(&self) -> i32
Returns the value of count_disconnects_to_migrate, or the default value if count_disconnects_to_migrate is unset.
Sourcepub fn ogs_data_report_time_window(&self) -> i32
pub fn ogs_data_report_time_window(&self) -> i32
Returns the value of ogs_data_report_time_window, or the default value if ogs_data_report_time_window is unset.
Sourcepub fn client_instance_id(&self) -> u64
pub fn client_instance_id(&self) -> u64
Returns the value of client_instance_id, or the default value if client_instance_id is unset.
Sourcepub fn force_client_update_check(&self) -> bool
pub fn force_client_update_check(&self) -> bool
Returns the value of force_client_update_check, or the default value if force_client_update_check is unset.
Sourcepub fn agreement_session_url(&self) -> &str
pub fn agreement_session_url(&self) -> &str
Returns the value of agreement_session_url, or the default value if agreement_session_url is unset.
Sourcepub fn token_id(&self) -> u64
pub fn token_id(&self) -> u64
Returns the value of token_id, or the default value if token_id is unset.
Sourcepub fn family_group_id(&self) -> u64
pub fn family_group_id(&self) -> u64
Returns the value of family_group_id, or the default value if family_group_id is unset.
Trait Implementations§
Source§impl Clone for CMsgClientLogonResponse
impl Clone for CMsgClientLogonResponse
Source§fn clone(&self) -> CMsgClientLogonResponse
fn clone(&self) -> CMsgClientLogonResponse
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for CMsgClientLogonResponse
impl Debug for CMsgClientLogonResponse
Source§impl Default for CMsgClientLogonResponse
impl Default for CMsgClientLogonResponse
impl Eq for CMsgClientLogonResponse
Source§impl Hash for CMsgClientLogonResponse
impl Hash for CMsgClientLogonResponse
Source§impl Message for CMsgClientLogonResponse
impl Message for CMsgClientLogonResponse
Source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
Source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
Source§fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
Source§fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self. Read moreSource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self.Source§impl PartialEq for CMsgClientLogonResponse
impl PartialEq for CMsgClientLogonResponse
Source§fn eq(&self, other: &CMsgClientLogonResponse) -> bool
fn eq(&self, other: &CMsgClientLogonResponse) -> bool
self and other values to be equal, and is used by ==.