class Steamcr::MsgClientOGSEndSession

Defined in:

steamd/steammsg.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(session_id : UInt64, time_ended : UInt32, reason_code : Int32, count_attributes : Int32) #

[View source]

Instance Method Detail

def count_attributes : Int32 #

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

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

[View source]
def reason_code : Int32 #

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

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

[View source]
def session_id : UInt64 #

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

[View source]
def time_ended : UInt32 #

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

[View source]