libdvbv5 1.22.1
Library to work with Digital TV devices on Linux
|
Indicates if a particular bouquet, service or event is associated with a CA system. More...
#include <desc_ca_identifier.h>
Data Fields | |
uint8_t | type |
uint8_t | length |
struct dvb_desc * | next |
uint8_t | caid_count |
uint16_t * | caids |
Indicates if a particular bouquet, service or event is associated with a CA system.
type | descriptor tag |
length | descriptor length |
next | pointer to struct dvb_desc |
caid_count | Number of CA IDs |
caids | CA Identifier IDs |
Definition at line 53 of file desc_ca_identifier.h.
uint8_t dvb_desc_ca_identifier::caid_count |
Definition at line 58 of file desc_ca_identifier.h.
uint16_t* dvb_desc_ca_identifier::caids |
Definition at line 59 of file desc_ca_identifier.h.
uint8_t dvb_desc_ca_identifier::length |
Definition at line 55 of file desc_ca_identifier.h.
struct dvb_desc* dvb_desc_ca_identifier::next |
Definition at line 56 of file desc_ca_identifier.h.
uint8_t dvb_desc_ca_identifier::type |
Definition at line 54 of file desc_ca_identifier.h.