struct

Matter::Cluster::Definitions::AccessControl::Events::ExtensionChanged

Inherits TLV::Serializable < Struct < Value < Object

Body of the AccessControl accessControlExtensionChanged event

Constructors

new(any : TLV::Any)
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

admin_node_id
Source
admin_node_id=(admin_node_id : DataType::NodeId | Nil)
Source
admin_passcode_id
Source
admin_passcode_id=(admin_passcode_id : UInt16 | Nil)
Source
change_type
Source
change_type=(change_type : ChangeType)
Source
fabric_index
Source
fabric_index=(fabric_index : DataType::FabricIndex)
Source
latest_value
Source
latest_value=(latest_value : Extension | Nil)
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