class Steamcr::MsgGCHdrProtoBuf
- Steamcr::MsgGCHdrProtoBuf
- Reference
- Object
Defined in:
steamd/gamecoordinator.crConstructors
- .new(header_length : Int32 | Nil = nil, proto : GC::CMsgProtoBufHeader = GC::CMsgProtoBufHeader.new)
Instance Method Summary
- #deserialize(io : IO::Memory)
- #header_length : Int32?
- #header_length=(header_length : Int32 | Nil)
- #msg : UInt32
- #msg=(msg : UInt32)
- #proto : GC::CMsgProtoBufHeader
- #proto=(proto : GC::CMsgProtoBufHeader)
- #serialize(io : IO::Memory)
Constructor Detail
def self.new(header_length : Int32 | Nil = nil, proto : GC::CMsgProtoBufHeader = GC::CMsgProtoBufHeader.new)
#