class Steamcr::MsgHdrProtoBuf

Defined in:

steamd/header.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(header_length : Int32 | Nil = nil, proto : Steam::CMsgProtoBufHeader = Steam::CMsgProtoBufHeader.new) #

[View source]

Instance Method Detail

def deserialize(io : IO::Memory) #

[View source]
def header_length : Int32? #

[View source]
def header_length=(header_length : Int32 | Nil) #

[View source]
def msg : Steamcr::EMsg #

[View source]
def msg=(msg : Steamcr::EMsg) #

[View source]
def proto : Steam::CMsgProtoBufHeader #

[View source]
def proto=(proto : Steam::CMsgProtoBufHeader) #

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

[View source]