An operational representation of "access" as defined by the Matter specification.

"Access" controls the operations a remote party may perform on a data field or cluster element.

Hierarchy (view full)

Implements

Constructors

Properties

definition: Definition
errors?: DefinitionError[]
fabric?: Fabric
readPriv?: Privilege
rw?: Rw
timed?: boolean
writePriv?: Privilege

Accessors

  • get complete(): boolean
  • Determine whether this access is fully specified. This means we know whether reads and/or writes are allowed and if so the required access levels.

    Returns boolean

Methods