class Steamcr::MsgClientOGSBeginSessionResponse
- Steamcr::MsgClientOGSBeginSessionResponse
- Reference
- Object
Defined in:
steamd/steammsg.crConstructors
Instance Method Summary
- #collecting_any : UInt8
- #collecting_any=(collecting_any : UInt8)
- #collecting_details : UInt8
- #collecting_details=(collecting_details : UInt8)
- #deserialize(io : IO::Memory)
- #result : Steamcr::EResult
- #result=(result : Steamcr::EResult)
- #serialize(io : IO::Memory)
- #session_id : UInt64
- #session_id=(session_id : UInt64)
Constructor Detail
def self.new(result : EResult, collecting_any : UInt8, collecting_details : UInt8, session_id : UInt64)
#