struct
Matter::Cluster::Definitions::AccountLogin::LoginRequest
- Matter::Cluster::Definitions::AccountLogin::LoginRequest
- Struct
- Value
- Object
Overview
Input to the AccountLogin login command
Included Modules
- TLV::Serializable
Defined in:
matter/cluster/definitions/account_login.crConstructors
Class Method Summary
- .from_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian)
- .from_slice(bytes : Bytes)
- .from_tlv(any : TLV::Any)
Instance Method Summary
-
#setup_pin : String | Nil
This field shall provide the setup PIN code as a text string at least 11 characters in length.
-
#setup_pin=(setup_pin : String | Nil)
This field shall provide the setup PIN code as a text string at least 11 characters in length.
-
#temp_account_identifier : String
This field shall specify the client’s temporary account identifier.
-
#temp_account_identifier=(temp_account_identifier : String)
This field shall specify the client’s temporary account identifier.
- #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
Constructor Detail
Class Method Detail
Instance Method Detail
def setup_pin : String | Nil
#
This field shall provide the setup PIN code as a text string at least 11 characters in length.
def setup_pin=(setup_pin : String | Nil)
#
This field shall provide the setup PIN code as a text string at least 11 characters in length.
def temp_account_identifier : String
#
This field shall specify the client’s temporary account identifier.
def temp_account_identifier=(temp_account_identifier : String)
#
This field shall specify the client’s temporary account identifier.
def to_tlv(outer_tag : Nil | UInt8 | Tuple(UInt16, UInt16) | Tuple(UInt16, UInt16, UInt16) = nil) : TLV::Any
#