struct
Matter::Cluster::Definitions::DoorLock::SetUserRequest
- Matter::Cluster::Definitions::DoorLock::SetUserRequest
- Struct
- Value
- Object
Overview
Input to the DoorLock setUser command
Included Modules
- TLV::Serializable
Defined in:
matter/cluster/definitions/door_lock.crConstructors
Class Method Summary
- .from_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian)
- .from_slice(bytes : Bytes)
- .from_tlv(any : TLV::Any)
- .from_tlv(data : Bytes)
Instance Method Summary
- #credential_rule : CredentialRule | Nil
- #credential_rule=(credential_rule : CredentialRule | Nil)
- #operation_type : DataOperationType
- #operation_type=(operation_type : DataOperationType)
- #to_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian) : Nil
- #to_slice : Bytes
- #to_tlv(outer_tag : Nil | UInt8 | Tuple(UInt16, UInt16) | Tuple(UInt16, UInt16, UInt16) = nil) : TLV::Any
- #user_index : UInt16
- #user_index=(user_index : UInt16)
- #user_name : String | Nil
- #user_name=(user_name : String | Nil)
- #user_status : UserStatus | Nil
- #user_status=(user_status : UserStatus | Nil)
- #user_type : UserType | Nil
- #user_type=(user_type : UserType | Nil)
- #user_unique_id : UInt32 | Nil
- #user_unique_id=(user_unique_id : UInt32 | Nil)
Constructor Detail
Class Method Detail
Instance Method Detail
def to_tlv(outer_tag : Nil | UInt8 | Tuple(UInt16, UInt16) | Tuple(UInt16, UInt16, UInt16) = nil) : TLV::Any
#