Module usb_ids :: Class VendorList
[show private | hide private]
[frames | no frames]

Class VendorList


This class is responsible for the collection of vendor data It allows you to ask for:
Method Summary
  __init__(self)
Prepare a dict to handle all of our children vendor objects
  addVendor(self, vID, vDesc)
Put this vendor into our dictionary
  getVendorInfo(self, vID, dID, iID)
Lookup info for vendor, device, interface - last two are optional
  getVendorList(self)

Method Details

__init__(self)
(Constructor)

Prepare a dict to handle all of our children vendor objects

addVendor(self, vID, vDesc)

Put this vendor into our dictionary

getVendorInfo(self, vID, dID=None, iID=None)

Lookup info for vendor, device, interface - last two are optional

Generated by Epydoc 2.1 on Fri Aug 15 18:58:23 2008 http://epydoc.sf.net