struct

Matter::Codec::MessageCodec::PayloadHeader

Inherits Struct < Value < Object

Constructors

new(exchange_id : UInt16, protocol_id : UInt16, message_type : UInt8, initiator_message : Bool, requires_acknowledge : Bool, acknowledged_message_id : UInt32 | Nil = nil)
Source

Instance methods

acknowledged_message_id
Source
exchange_id
Source
initiator_message?
Source
message_type
Source
protocol_id
Source
requires_acknowledge?
Source