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