struct

Matter::InteractionModel::StatusIB

Inherits TLV::Serializable < Struct < Value < Object

StatusIB - status code structure

Constructors

new(any : TLV::Any)
Source
new(status : UInt8, cluster_status : UInt8 | Nil = nil)
Source

Class methods

from_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian)
Source
from_slice(bytes : Bytes)
Source
from_tlv(any : TLV::Any)
Source
from_tlv(data : Bytes)
Source

Instance methods

cluster_status

Tag 1: Cluster-specific status (optional)

Source
cluster_status=(cluster_status : UInt8 | Nil)

Tag 1: Cluster-specific status (optional)

Source
status

Tag 0: Status code

Source
status=(status : UInt8)

Tag 0: Status code

Source
to_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian) : Nil
Source
to_slice
Source
to_tlv(outer_tag : Nil | UInt8 | Tuple(UInt16, UInt16) | Tuple(UInt16, UInt16, UInt16) = nil) : TLV::Any
Source