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

Digital TV device node properties. More...

#include <dvb-dev.h>

Data Fields

char * syspath
 
char * path
 
char * sysname
 
enum dvb_dev_type dvb_type
 
char * bus_addr
 
char * bus_id
 
char * manufacturer
 
char * product
 
char * serial
 

Detailed Description

Digital TV device node properties.

Parameters
pathpath for the /dev file handler
sysnameKernel's system name for the device (dvb?.frontend?, for example)
dvb_typetype of the DVB device, as defined by enum dvb_dev_type
bus_addraddress of the device at the bus. For USB devices, it will be like: usb:3-1.1.4; for PCI devices: pci:0000:01:00.0)
bus_idId of the device at the bus (optional, PCI ID or USB ID)
manufacturerDevice's manufacturer name (optional, only on USB)
productDevice's product name (optional, only on USB)
serialDevice's serial name (optional, only on USB)
Examples:
dvb-fe-tool.c, dvbv5-scan.c, and dvbv5-zap.c.

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

Field Documentation

char* dvb_dev_list::bus_addr

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

char* dvb_dev_list::bus_id

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

enum dvb_dev_type dvb_dev_list::dvb_type

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

char* dvb_dev_list::manufacturer

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

char* dvb_dev_list::path
Examples:
dvbv5-zap.c.

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

char* dvb_dev_list::product

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

char* dvb_dev_list::serial

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

char* dvb_dev_list::sysname
Examples:
dvb-fe-tool.c, dvbv5-scan.c, and dvbv5-zap.c.

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

char* dvb_dev_list::syspath

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


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