class Steamcr::MsgClientOGSEndSession
- Steamcr::MsgClientOGSEndSession
- Reference
- Object
Defined in:
steamd/steammsg.crConstructors
Instance Method Summary
- #count_attributes : Int32
- #count_attributes=(count_attributes : Int32)
- #deserialize(io : IO::Memory)
- #reason_code : Int32
- #reason_code=(reason_code : Int32)
- #serialize(io : IO::Memory)
- #session_id : UInt64
- #session_id=(session_id : UInt64)
- #time_ended : UInt32
- #time_ended=(time_ended : UInt32)
Constructor Detail
def self.new(session_id : UInt64, time_ended : UInt32, reason_code : Int32, count_attributes : Int32)
#