libdvbv5 1.22.1
Library to work with Digital TV devices on Linux
Data Fields
dvb_device Struct Reference

Digital TV list of devices. More...

#include <dvb-dev.h>

Collaboration diagram for dvb_device:
Collaboration graph
[legend]

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 140 of file dvb-dev.h.

Field Documentation

◆ devices

struct dvb_dev_list* dvb_device::devices

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

◆ fe_parms

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

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

◆ num_devices

int dvb_device::num_devices

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


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