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

Digital TV list of devices. More...

#include <dvb-dev.h>

Collaboration diagram for dvb_device:

Data Fields

struct dvb_dev_listdevices
 
int num_devices
 
struct dvb_v5_fe_parmsfe_parms
 

Detailed Description

Digital TV list of devices.

Parameters
devicesArray with a dvb_dev_list of devices. Each device node is a different entry at the list.
num_devicesnumber of elements at the devices array.
Examples:
dvb-fe-tool.c, dvbv5-scan.c, and dvbv5-zap.c.

Definition at line 112 of file dvb-dev.h.

Field Documentation

struct dvb_dev_list* dvb_device::devices

Definition at line 114 of file dvb-dev.h.

struct dvb_v5_fe_parms* dvb_device::fe_parms
Examples:
dvb-fe-tool.c, dvbv5-scan.c, and dvbv5-zap.c.

Definition at line 118 of file dvb-dev.h.

int dvb_device::num_devices

Definition at line 115 of file dvb-dev.h.


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