Module usb_ids :: Class DeviceID
[hide private]
[frames] | no frames]

Class DeviceID

source code

usbInfoObject --+
                |
               DeviceID

This class abstracts USB Device ID information It holds the description and a list of the Interface ID's

Instance Methods [hide private]
 
addInterface(self, interface)
Put this interface on our list
source code
 
getInterface(self, interface)
Return the requested interface by ID, if we have it
source code
 
getInterfaces(self)
Return a list of our interfaces
source code

Inherited from usbInfoObject: __init__, addChild, description, getChild, getChildren, id