#include <sbDeviceFirmwareSupport.h>
Public Member Functions | |
| NS_DECL_ISUPPORTS NS_DECL_NSICLASSINFO NS_DECL_SBIDEVICEFIRMWARESUPPORT | sbDeviceFirmwareSupport () |
Public Member Functions inherited from sbIDeviceFirmwareSupport | |
| void | init (in AString aDeviceName, in unsigned long aVendorID, in nsISimpleEnumerator aDeviceProductIDs) |
| Initialize the object. More... | |
| void | simpleInit (in AString aDeviceName, in unsigned long aVendorID, in unsigned long aProductID) |
| Simple version of init. More... | |
| void | appendProductID (in unsigned long aProductID) |
| Append a supported device product id. More... | |
Protected Attributes | |
| PRMonitor * | mMonitor |
| nsString | mDeviceFriendlyName |
| PRUint32 | mDeviceVendorID |
| nsCOMPtr< nsIMutableArray > | mDeviceProductIDs |
Additional Inherited Members | |
Public Attributes inherited from sbIDeviceFirmwareSupport | |
| readonly attribute AString | deviceFriendlyName |
| Friendly Human Readable Name. More... | |
| readonly attribute unsigned long | deviceVendorID |
| The USB Vendor ID. More... | |
| readonly attribute nsISimpleEnumerator | deviceProductIDs |
| The USB Product IDs. More... | |
Definition at line 37 of file sbDeviceFirmwareSupport.h.
| sbIDeviceFirmwareSupport sbDeviceFirmwareSupport::sbDeviceFirmwareSupport | ( | ) |
Definition at line 51 of file sbDeviceFirmwareSupport.cpp.
|
protected |
Definition at line 53 of file sbDeviceFirmwareSupport.h.
|
protected |
Definition at line 55 of file sbDeviceFirmwareSupport.h.
|
protected |
Definition at line 54 of file sbDeviceFirmwareSupport.h.
|
protected |
Definition at line 51 of file sbDeviceFirmwareSupport.h.