Matter::Cluster::Definitions::DoorLock::SetCredentialResponse
Inherits TLV::Serializable < Struct < Value < Object
Constructors
new(any : TLV::Any)
Sourcenew(status_code : StatusCode, user_index : UInt16 | 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
next_credential_index
Sourcenext_credential_index=(next_credential_index : UInt16 | Nil)
Sourcestatus_code
Sourcestatus_code=(status_code : StatusCode)
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