struct

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)
Source

Class methods

from_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian)
Source
from_slice(bytes : Bytes)
Source
from_tlv(any : TLV::Any)
Source
from_tlv(data : Bytes)
Source

Instance methods

lineup_info_type

This shall indicate the type of lineup. This field is optional, but SHOULD be provided when known.

Source
lineup_info_type=(lineup_info_type : LineupInfoType)

This shall indicate the type of lineup. This field is optional, but SHOULD be provided when known.

Source
lineup_name
Source
lineup_name=(lineup_name : String | Nil)
Source
operator_name

This shall indicate the name of the operator, for example “Comcast”.

Source
operator_name=(operator_name : String)

This shall indicate the name of the operator, for example “Comcast”.

Source
postal_code
Source
postal_code=(postal_code : String | Nil)
Source
to_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian) : Nil
Source
to_slice
Source
to_tlv(outer_tag : Nil | UInt8 | Tuple(UInt16, UInt16) | Tuple(UInt16, UInt16, UInt16) = nil) : TLV::Any
Source