MythTV  master
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
hardwareprofile.devicelist.PCIDevice Class Reference
Inheritance diagram for hardwareprofile.devicelist.PCIDevice:
Inheritance graph
[legend]
Collaboration diagram for hardwareprofile.devicelist.PCIDevice:
Collaboration graph
[legend]

Public Member Functions

def process (self)
 
- Public Member Functions inherited from hardwareprofile.devicelist.Device
def __init__ (self, id)
 

Public Attributes

 vendorid
 
 deviceid
 
 subsysvendorid
 
 subsysdeviceid
 
 type
 
 description
 
- Public Attributes inherited from hardwareprofile.devicelist.Device
 id
 
 vendorid
 
 deviceid
 
 type
 
 description
 
 subsysvendorid
 
 subsysdeviceid
 
 driver
 

Static Public Attributes

string bus = 'PCI'
 
- Static Public Attributes inherited from hardwareprofile.devicelist.Device
string bus = 'Unknown'
 

Detailed Description

Definition at line 139 of file devicelist.py.

Member Function Documentation

◆ process()

def hardwareprofile.devicelist.PCIDevice.process (   self)

Reimplemented from hardwareprofile.devicelist.Device.

Definition at line 141 of file devicelist.py.

Member Data Documentation

◆ bus

string hardwareprofile.devicelist.PCIDevice.bus = 'PCI'
static

Definition at line 140 of file devicelist.py.

◆ vendorid

hardwareprofile.devicelist.PCIDevice.vendorid

Definition at line 143 of file devicelist.py.

◆ deviceid

hardwareprofile.devicelist.PCIDevice.deviceid

Definition at line 144 of file devicelist.py.

◆ subsysvendorid

hardwareprofile.devicelist.PCIDevice.subsysvendorid

Definition at line 145 of file devicelist.py.

◆ subsysdeviceid

hardwareprofile.devicelist.PCIDevice.subsysdeviceid

Definition at line 146 of file devicelist.py.

◆ type

hardwareprofile.devicelist.PCIDevice.type

Definition at line 147 of file devicelist.py.

◆ description

hardwareprofile.devicelist.PCIDevice.description

Definition at line 148 of file devicelist.py.


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