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

Public Member Functions

def __init__ (self, id)
 
def process (self)
 

Public Attributes

 id
 
 vendorid
 
 deviceid
 
 type
 
 description
 
 subsysvendorid
 
 subsysdeviceid
 
 driver
 

Static Public Attributes

string bus = 'Unknown'
 

Detailed Description

Definition at line 125 of file devicelist.py.

Constructor & Destructor Documentation

◆ __init__()

def hardwareprofile.devicelist.Device.__init__ (   self,
  id 
)

Definition at line 127 of file devicelist.py.

Member Function Documentation

◆ process()

def hardwareprofile.devicelist.Device.process (   self)

Member Data Documentation

◆ bus

string hardwareprofile.devicelist.Device.bus = 'Unknown'
static

Definition at line 126 of file devicelist.py.

◆ id

hardwareprofile.devicelist.Device.id

◆ vendorid

hardwareprofile.devicelist.Device.vendorid

Definition at line 129 of file devicelist.py.

◆ deviceid

hardwareprofile.devicelist.Device.deviceid

Definition at line 130 of file devicelist.py.

◆ type

hardwareprofile.devicelist.Device.type

Definition at line 131 of file devicelist.py.

◆ description

hardwareprofile.devicelist.Device.description

Definition at line 132 of file devicelist.py.

◆ subsysvendorid

hardwareprofile.devicelist.Device.subsysvendorid

Definition at line 133 of file devicelist.py.

◆ subsysdeviceid

hardwareprofile.devicelist.Device.subsysdeviceid

Definition at line 134 of file devicelist.py.

◆ driver

hardwareprofile.devicelist.Device.driver

Definition at line 135 of file devicelist.py.


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