dvb_device - Man Page
Digital TV list of devices.
Synopsis
#include <dvb-dev.h>
Data Fields
struct dvb_dev_list * devices
int num_devices
struct dvb_v5_fe_parms * fe_parms
Detailed Description
Digital TV list of devices.
- Parameters
devices Array with a dvb_dev_list of devices. Each device node is a different entry at the list.
num_devices number 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
struct dvb_dev_list* dvb_device::devices
Definition at line 142 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 146 of file dvb-dev.h.
int dvb_device::num_devices
Definition at line 143 of file dvb-dev.h.
Author
Generated automatically by Doxygen for libdvbv5 from the source code.
Info
Sat Jan 21 2023 Version 1.22.1 libdvbv5