struct
Matter::Cluster::AccessControlCluster::PersistedAclEntry
- Matter::Cluster::AccessControlCluster::PersistedAclEntry
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
matter/cluster/access_control_cluster.crConstructors
- .new(privilege : UInt8, auth_mode : UInt8, subjects : Array(UInt64), targets : Array(PersistedTarget) | Nil, fabric_index : UInt8 | Nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #auth_mode : UInt8
- #fabric_index : UInt8 | Nil
- #privilege : UInt8
- #subjects : Array(UInt64)
- #targets : Array(PersistedTarget) | Nil
Constructor Detail
def self.new(privilege : UInt8, auth_mode : UInt8, subjects : Array(UInt64), targets : Array(PersistedTarget) | Nil, fabric_index : UInt8 | Nil)
#