Horizon Official Technical Documentation
|
|
#include <TransmittedPackets.hpp>
Public Attributes | |
int16_t | packet_len { 0 } |
Packet length (variable length) More... | |
int32_t | auth_code { 0 } |
Authentication code. More... | |
uint32_t | aid { 0 } |
Account ID. More... | |
uint32_t | user_level { 0 } |
User level. More... | |
uint32_t | last_login_ip { 0 } |
Last login IP. More... | |
char | last_login_time [26] { 0 } |
Last login timestamp. More... | |
uint8_t | sex { 0 } |
Account sex. More... | |
char | twitter_auth_token [16] { 0 } |
uint8_t | twitter_flag { 0 } |
uint32_t Horizon::Auth::s_ac_accept_login::aid { 0 } |
Account ID.
Referenced by Horizon::Auth::AC_ACCEPT_LOGIN::deliver(), and Horizon::Auth::AC_ACCEPT_LOGIN::serialize().
int32_t Horizon::Auth::s_ac_accept_login::auth_code { 0 } |
Authentication code.
Referenced by Horizon::Auth::AC_ACCEPT_LOGIN::deliver(), and Horizon::Auth::AC_ACCEPT_LOGIN::serialize().
uint32_t Horizon::Auth::s_ac_accept_login::last_login_ip { 0 } |
Last login IP.
Referenced by Horizon::Auth::AC_ACCEPT_LOGIN::deliver(), and Horizon::Auth::AC_ACCEPT_LOGIN::serialize().
char Horizon::Auth::s_ac_accept_login::last_login_time[26] { 0 } |
Last login timestamp.
Referenced by Horizon::Auth::AC_ACCEPT_LOGIN::deliver(), and Horizon::Auth::AC_ACCEPT_LOGIN::serialize().
int16_t Horizon::Auth::s_ac_accept_login::packet_len { 0 } |
Packet length (variable length)
Referenced by Horizon::Auth::AC_ACCEPT_LOGIN::deliver(), and Horizon::Auth::AC_ACCEPT_LOGIN::serialize().
uint8_t Horizon::Auth::s_ac_accept_login::sex { 0 } |
Account sex.
Referenced by Horizon::Auth::AC_ACCEPT_LOGIN::deliver(), and Horizon::Auth::AC_ACCEPT_LOGIN::serialize().
char Horizon::Auth::s_ac_accept_login::twitter_auth_token[16] { 0 } |
Referenced by Horizon::Auth::AC_ACCEPT_LOGIN::serialize().
uint8_t Horizon::Auth::s_ac_accept_login::twitter_flag { 0 } |
Referenced by Horizon::Auth::AC_ACCEPT_LOGIN::serialize().
uint32_t Horizon::Auth::s_ac_accept_login::user_level { 0 } |
User level.
Referenced by Horizon::Auth::AC_ACCEPT_LOGIN::deliver(), and Horizon::Auth::AC_ACCEPT_LOGIN::serialize().