class Steamcr::MsgClientLogOnResponse
- Steamcr::MsgClientLogOnResponse
- Reference
- Object
Defined in:
steamd/steammsg.crConstructors
Instance Method Summary
- #client_supplied_steam_id : UInt64
- #client_supplied_steam_id=(client_supplied_steam_id : UInt64)
- #deserialize(io : IO::Memory)
- #in_game_heartbeat_rate_sec : Int32
- #in_game_heartbeat_rate_sec=(in_game_heartbeat_rate_sec : Int32)
- #ip_public : UInt32
- #ip_public=(ip_public : UInt32)
- #out_of_game_heartbeat_rate_sec : Int32
- #out_of_game_heartbeat_rate_sec=(out_of_game_heartbeat_rate_sec : Int32)
- #result : Steamcr::EResult
- #result=(result : Steamcr::EResult)
- #serialize(io : IO::Memory)
- #server_real_time : UInt32
- #server_real_time=(server_real_time : UInt32)
Constructor Detail
def self.new(result : EResult, out_of_game_heartbeat_rate_sec : Int32, in_game_heartbeat_rate_sec : Int32, client_supplied_steam_id : UInt64, ip_public : UInt32, server_real_time : UInt32)
#