class Steamcr::MsgClientP2PIntroducerMessage

Defined in:

steamd/steammsg.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(steam_id : UInt64, routing_type : EIntroducerRouting, data : UInt8, data_len : UInt32) #

[View source]

Instance Method Detail

def data : UInt8 #

[View source]
def data=(data : UInt8) #

[View source]
def data_len : UInt32 #

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

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

[View source]
def routing_type : Steamcr::EIntroducerRouting #

[View source]
def routing_type=(routing_type : Steamcr::EIntroducerRouting) #

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

[View source]
def steam_id : UInt64 #

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

[View source]