class Steamcr::MsgGCHdrProtoBuf

Defined in:

steamd/gamecoordinator.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(header_length : Int32 | Nil = nil, proto : GC::CMsgProtoBufHeader = GC::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 : UInt32 #

[View source]
def msg=(msg : UInt32) #

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

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

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

[View source]