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

Class VendorID

source code

usbInfoObject --+
                |
               VendorID

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

Instance Methods [hide private]
 
addDevice(self, device)
Put this device on our list
source code
 
getDevice(self, device)
Return the requested device by ID, if we have it
source code
 
getDevices(self)
Return a list of our devices
source code

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