Matter::Cluster::Definitions::DoorLock::GetCredentialStatusResponse
Inherits TLV::Serializable < Struct < Value < Object
Constructors
new(any : TLV::Any)
Sourcenew(credential_exists : Bool, user_index : UInt16 | Nil = nil, creator_fabric_index : DataType::FabricIndex | Nil = nil, last_modified_fabric_index : DataType::FabricIndex | Nil = nil, next_credential_index : UInt16 | Nil = nil)
SourceClass methods
from_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian)
Sourcefrom_slice(bytes : Bytes)
Sourcefrom_tlv(any : TLV::Any)
Sourcefrom_tlv(data : Bytes)
SourceInstance methods
creator_fabric_index
Sourcecreator_fabric_index=(creator_fabric_index : DataType::FabricIndex | Nil)
Sourcecredential_exists=(credential_exists : Bool)
Sourcecredential_exists?
Sourcelast_modified_fabric_index
Sourcelast_modified_fabric_index=(last_modified_fabric_index : DataType::FabricIndex | Nil)
Sourcenext_credential_index
Sourcenext_credential_index=(next_credential_index : UInt16 | Nil)
Sourceto_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian) : Nil
Sourceto_slice
Sourceto_tlv(outer_tag : Nil | UInt8 | Tuple(UInt16, UInt16) | Tuple(UInt16, UInt16, UInt16) = nil) : TLV::Any
Sourceuser_index
Sourceuser_index=(user_index : UInt16 | Nil)
Source