struct Matter::InteractionModel::AttributeReportIB

Overview

AttributeReportIB - wrapper for either data or status

Included Modules

Defined in:

matter/interaction_model/tlv_messages.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(data : Slice(UInt8)) #

[View source]
def self.new(attribute_data : AttributeDataIB | Nil = nil, attribute_status : AttributeStatusIB | Nil = nil) #

[View source]

Instance Method Detail

def attribute_data : AttributeDataIB | Nil #

Tag 0: AttributeDataIB (optional - present on success)


[View source]
def attribute_data=(attribute_data : AttributeDataIB | Nil) #

Tag 0: AttributeDataIB (optional - present on success)


[View source]
def attribute_status : AttributeStatusIB | Nil #

Tag 1: AttributeStatusIB (optional - present on error)


[View source]
def attribute_status=(attribute_status : AttributeStatusIB | Nil) #

Tag 1: AttributeStatusIB (optional - present on error)


[View source]