Matter::Cluster::Definitions::Channel::LineupInfo
Inherits TLV::Serializable < Struct < Value < Object
The Lineup Info allows references to external lineup sources like Gracenote. The combination of OperatorName, LineupName, and PostalCode MUST uniquely identify a lineup.
Constructors
new(any : TLV::Any)
SourceClass methods
from_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian)
Sourcefrom_slice(bytes : Bytes)
Sourcefrom_tlv(any : TLV::Any)
Sourcefrom_tlv(data : Bytes)
SourceInstance methods
lineup_info_type
This shall indicate the type of lineup. This field is optional, but SHOULD be provided when known.
lineup_info_type=(lineup_info_type : LineupInfoType)
This shall indicate the type of lineup. This field is optional, but SHOULD be provided when known.
lineup_name
Sourcelineup_name=(lineup_name : String | Nil)
Sourceoperator_name=(operator_name : String)
This shall indicate the name of the operator, for example “Comcast”.
postal_code
Sourcepostal_code=(postal_code : String | Nil)
Sourceto_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian) : Nil
Sourceto_slice
Sourceto_tlv(outer_tag : Nil | UInt8 | Tuple(UInt16, UInt16) | Tuple(UInt16, UInt16, UInt16) = nil) : TLV::Any
Source