| Trees | Index | Help |
|
|---|
| Module usb_ids :: Class usbInfoObject |
|
DeviceID,
InterfaceID,
USBClass,
USBClassProtocol,
USBClassSubclass,
VendorID| Method Summary | |
|---|---|
Set our ID code, description, and prepare to accept children | |
Add a child to our list | |
Return the description for this object | |
If we have a child matching the request, return it | |
Return a list of all our children | |
Return our ID code | |
| Method Details |
|---|
__init__(self,
id,
description)
Set our ID code, description, and prepare to accept children
|
addChild(self, child)Add a child to our list |
description(self)Return the description for this object |
getChild(self, child)If we have a child matching the request, return it |
getChildren(self)Return a list of all our children |
id(self)Return our ID code |
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Fri Aug 15 18:58:34 2008 | http://epydoc.sf.net |