struct
Matter::Cluster::Definitions::ContentLauncher::AdditionalInformation
- Matter::Cluster::Definitions::ContentLauncher::AdditionalInformation
- Struct
- Value
- Object
Overview
This object defines additional name=value pairs that can be used for identifying content.
Included Modules
- TLV::Serializable
Defined in:
matter/cluster/definitions/content_launcher.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
-
#name : String
This shall indicate the name of external id, ex.
-
#name=(name : String)
This shall indicate the name of external id, ex.
- #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
-
#value : String
This shall indicate the value for external id, ex.
-
#value=(value : String)
This shall indicate the value for external id, ex.
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
#