struct

Matter::Cluster::Definitions::AccessControl::Entry

Inherits TLV::Serializable < Struct < Value < Object

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

auth_mode
Source
auth_mode=(auth_mode : EntryAuthMode)
Source
fabric_index
Source
fabric_index=(fabric_index : DataType::FabricIndex)
Source
privilege
Source
privilege=(privilege : EntryPrivilege)
Source
subjects
Source
subjects=(subjects : Array(DataType::SubjectId) | Nil)
Source
targets
Source
targets=(targets : Array(Target) | 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