dvb_desc_network_name - Man Page
Struct containing the network name descriptor.
Synopsis
#include <desc_network_name.h>
Data Fields
uint8_t type
uint8_t length
struct dvb_desc * next
char * network_name
char * network_name_emph
Detailed Description
Struct containing the network name descriptor.
- Parameters
type descriptor tag
length descriptor length
next pointer to struct dvb_desc
network_name network name string
network_name_emph network name emphasis string
The emphasis text is the one that uses asterisks. For example, in the text: 'the quick *fox* jumps over the lazy table' the emphasis would be 'fox'.
Definition at line 57 of file desc_network_name.h.
Field Documentation
uint8_t dvb_desc_network_name::length
Definition at line 59 of file desc_network_name.h.
char* dvb_desc_network_name::network_name
Definition at line 62 of file desc_network_name.h.
char* dvb_desc_network_name::network_name_emph
Definition at line 63 of file desc_network_name.h.
struct dvb_desc* dvb_desc_network_name::next
Definition at line 60 of file desc_network_name.h.
uint8_t dvb_desc_network_name::type
Definition at line 58 of file desc_network_name.h.
Author
Generated automatically by Doxygen for libdvbv5 from the source code.