import"sbIDeviceFirmwareSupport.idl";
Public Member Functions | |
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... | |
Public Attributes | |
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 34 of file sbIDeviceFirmwareSupport.idl.
void sbIDeviceFirmwareSupport::appendProductID | ( | in unsigned long | aProductID | ) |
Append a supported device product id.
void sbIDeviceFirmwareSupport::init | ( | in AString | aDeviceName, |
in unsigned long | aVendorID, | ||
in nsISimpleEnumerator | aDeviceProductIDs | ||
) |
Initialize the object.
void sbIDeviceFirmwareSupport::simpleInit | ( | in AString | aDeviceName, |
in unsigned long | aVendorID, | ||
in unsigned long | aProductID | ||
) |
Simple version of init.
readonly attribute AString sbIDeviceFirmwareSupport::deviceFriendlyName |
Friendly Human Readable Name.
Definition at line 39 of file sbIDeviceFirmwareSupport.idl.
readonly attribute nsISimpleEnumerator sbIDeviceFirmwareSupport::deviceProductIDs |
The USB Product IDs.
Definition at line 50 of file sbIDeviceFirmwareSupport.idl.
readonly attribute unsigned long sbIDeviceFirmwareSupport::deviceVendorID |
The USB Vendor ID.
Definition at line 44 of file sbIDeviceFirmwareSupport.idl.