libdvbv5  1.11.0
Library to work with Digital TV devices on Linux
dvb_desc_logical_channel Struct Reference

Structure containing the logical channel number descriptor. More...

#include <desc_logical_channel.h>

Collaboration diagram for dvb_desc_logical_channel:

Data Fields

uint8_t type
 
uint8_t length
 
struct dvb_descnext
 
struct
dvb_desc_logical_channel_number
lcn
 

Detailed Description

Structure containing the logical channel number descriptor.

Parameters
typedescriptor tag
lengthdescriptor length
nextpointer to struct dvb_desc
lcnpointer to struct dvb_desc_logical_channel_number

Definition at line 78 of file desc_logical_channel.h.

Field Documentation

struct dvb_desc_logical_channel_number* dvb_desc_logical_channel::lcn

Definition at line 83 of file desc_logical_channel.h.

uint8_t dvb_desc_logical_channel::length

Definition at line 80 of file desc_logical_channel.h.

struct dvb_desc* dvb_desc_logical_channel::next

Definition at line 81 of file desc_logical_channel.h.

uint8_t dvb_desc_logical_channel::type

Definition at line 79 of file desc_logical_channel.h.


The documentation for this struct was generated from the following file: