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

Indicates if a particular bouquet, service or event is associated with a CA system. More...

#include <desc_ca_identifier.h>

Collaboration diagram for dvb_desc_ca_identifier:

Data Fields

uint8_t type
 
uint8_t length
 
struct dvb_descnext
 
uint8_t caid_count
 
uint16_t * caids
 

Detailed Description

Indicates if a particular bouquet, service or event is associated with a CA system.

Parameters
typedescriptor tag
lengthdescriptor length
nextpointer to struct dvb_desc
caid_countNumber of CA IDs
caidsCA Identifier IDs

Definition at line 53 of file desc_ca_identifier.h.

Field Documentation

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.


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