class Steamcr::MsgHdr

Defined in:

steamd/header.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def deserialize(io : IO::Memory) #

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

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

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

[View source]
def source_job_id : UInt64 #

[View source]
def source_job_id=(source_job_id : UInt64) #

[View source]
def target_job_id : UInt64 #

[View source]
def target_job_id=(target_job_id : UInt64) #

[View source]