class Steamcr::MsgClientLogOnResponse

Defined in:

steamd/steammsg.cr

Constructors

Instance Method Summary

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) #

[View source]

Instance Method Detail

def client_supplied_steam_id : UInt64 #

[View source]
def client_supplied_steam_id=(client_supplied_steam_id : UInt64) #

[View source]
def deserialize(io : IO::Memory) #

[View source]
def in_game_heartbeat_rate_sec : Int32 #

[View source]
def in_game_heartbeat_rate_sec=(in_game_heartbeat_rate_sec : Int32) #

[View source]
def ip_public : UInt32 #

[View source]
def ip_public=(ip_public : UInt32) #

[View source]
def out_of_game_heartbeat_rate_sec : Int32 #

[View source]
def out_of_game_heartbeat_rate_sec=(out_of_game_heartbeat_rate_sec : Int32) #

[View source]
def result : Steamcr::EResult #

[View source]
def result=(result : Steamcr::EResult) #

[View source]
def serialize(io : IO::Memory) #

[View source]
def server_real_time : UInt32 #

[View source]
def server_real_time=(server_real_time : UInt32) #

[View source]