class Steamcr::MsgClientOGSBeginSession

Defined in:

steamd/steammsg.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(account_type : UInt8, account_id : UInt64, app_id : UInt32, time_started : UInt32) #

[View source]

Instance Method Detail

def account_id : UInt64 #

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

[View source]
def account_type : UInt8 #

[View source]
def account_type=(account_type : UInt8) #

[View source]
def app_id : UInt32 #

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

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

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

[View source]
def time_started : UInt32 #

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

[View source]