Matter::Cluster::Definitions::DoorLock::SetUserRequest
Inherits TLV::Serializable < Struct < Value < Object
Input to the DoorLock setUser command
Constructors
new(operation_type : DataOperationType, user_index : UInt16, user_name : String | Nil = nil, user_unique_id : UInt32 | Nil = nil, user_status : UserStatus | Nil = nil, user_type : UserType | Nil = nil, credential_rule : CredentialRule | Nil = nil)
Sourcenew(any : TLV::Any)
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
credential_rule
Sourcecredential_rule=(credential_rule : CredentialRule | Nil)
Sourceoperation_type
Sourceoperation_type=(operation_type : DataOperationType)
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)
Sourceuser_name
Sourceuser_name=(user_name : String | Nil)
Sourceuser_status
Sourceuser_status=(user_status : UserStatus | Nil)
Sourceuser_type
Sourceuser_type=(user_type : UserType | Nil)
Sourceuser_unique_id
Sourceuser_unique_id=(user_unique_id : UInt32 | Nil)
Source