Matter::Cluster::Definitions::DoorLock::GetUserResponse
Inherits TLV::Serializable < Struct < Value < Object
Constructors
new(any : TLV::Any)
Sourcenew(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, credentials : Array(Credential) | Nil = nil, creator_fabric_index : DataType::FabricIndex | Nil = nil, last_modified_fabric_index : DataType::FabricIndex | Nil = nil, next_user_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_rule
Sourcecredential_rule=(credential_rule : CredentialRule | Nil)
Sourcecredentials
Sourcecredentials=(credentials : Array(Credential) | Nil)
Sourcelast_modified_fabric_index
Sourcelast_modified_fabric_index=(last_modified_fabric_index : DataType::FabricIndex | Nil)
Sourcenext_user_index
Sourcenext_user_index=(next_user_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)
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