class Steamcr::Protocol::PacketClientMsgProtobuf

Defined in:

steamcr/base/message.cr

Constructors

Instance Method Summary

Instance methods inherited from class Steamcr::Protocol::PacketMessage

data : Bytes data, emsg : EMsg emsg, proto? : Bool proto?, source_job_id : UInt64 source_job_id, target_job_id : UInt64 target_job_id

Constructor Detail

def self.new(emsg : EMsg, io : IO) #

[View source]

Instance Method Detail

def data : Bytes #

[View source]
def emsg : EMsg #

[View source]
def proto? : Bool #

[View source]
def source_job_id : UInt64 #

[View source]
def target_job_id : UInt64 #

[View source]