struct
Matter::Cluster::Definitions::Channel::LineupInfo
- Matter::Cluster::Definitions::Channel::LineupInfo
- Struct
- Value
- Object
Overview
The Lineup Info allows references to external lineup sources like Gracenote. The combination of OperatorName, LineupName, and PostalCode MUST uniquely identify a lineup.
Included Modules
- TLV::Serializable
Defined in:
matter/cluster/definitions/channel.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
-
#lineup_info_type : LineupInfoType
This shall indicate the type of lineup.
-
#lineup_info_type=(lineup_info_type : LineupInfoType)
This shall indicate the type of lineup.
- #lineup_name : String | Nil
- #lineup_name=(lineup_name : String | Nil)
-
#operator_name : String
This shall indicate the name of the operator, for example “Comcast”.
-
#operator_name=(operator_name : String)
This shall indicate the name of the operator, for example “Comcast”.
- #postal_code : String | Nil
- #postal_code=(postal_code : String | Nil)
- #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 lineup_info_type : LineupInfoType
#
This shall indicate the type of lineup. This field is optional, but SHOULD be provided when known.
def lineup_info_type=(lineup_info_type : LineupInfoType)
#
This shall indicate the type of lineup. This field is optional, but SHOULD be provided when known.
def operator_name=(operator_name : String)
#
This shall indicate the name of the operator, for example “Comcast”.
def to_tlv(outer_tag : Nil | UInt8 | Tuple(UInt16, UInt16) | Tuple(UInt16, UInt16, UInt16) = nil) : TLV::Any
#