struct
Matter::Cluster::Definitions::Label::Base
- Matter::Cluster::Definitions::Label::Base
- Struct
- Value
- Object
Overview
This is a string tuple with strings that are user defined.
Included Modules
- TLV::Serializable
Defined in:
matter/cluster/definitions/label.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
-
#label : String
The Label or Value semantic is not defined here.
-
#label=(label : String)
The Label or Value semantic is not defined here.
- #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
The Label or Value semantic is not defined here.
-
#value=(value : String)
The Label or Value semantic is not defined here.
Constructor Detail
Class Method Detail
Instance Method Detail
The Label or Value semantic is not defined here. Label examples: "room", "zone", "group", "direction".
The Label or Value semantic is not defined here. Label examples: "room", "zone", "group", "direction".
The Label or Value semantic is not defined here. The Value is a discriminator for a Label that may have multiple instances. Label:Value examples: "room":"bedroom 2", "orientation":"North", "floor":"2", "direction":"up"
The Label or Value semantic is not defined here. The Value is a discriminator for a Label that may have multiple instances. Label:Value examples: "room":"bedroom 2", "orientation":"North", "floor":"2", "direction":"up"