struct Matter::Codec::MessageCodec::PayloadHeader

Defined in:

matter/codec/message_codec.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(exchange_id : UInt16, protocol_id : UInt16, message_type : UInt8, initiator_message : Bool, requires_acknowledge : Bool, acknowledged_message_id : UInt32 | Nil = nil) #

[View source]

Instance Method Detail

def acknowledged_message_id : UInt32 | Nil #

[View source]
def exchange_id : UInt16 #

[View source]
def initiator_message? : Bool #

[View source]
def message_type : UInt8 #

[View source]
def protocol_id : UInt16 #

[View source]
def requires_acknowledge? : Bool #

[View source]