import"sbIDeviceFirmwareUpdate.idl";
Public Member Functions | |
void | init (in nsIFile aFirmwareImageFile, in AString aFirmwareReadableVersion, in unsigned long aFirmwareVersion) |
Initialize the firmware update object. More... | |
Public Attributes | |
readonly attribute nsIFile | firmwareImageFile |
The firmware image file. More... | |
readonly attribute AString | firmwareReadableVersion |
The human readable version of this firmware. More... | |
readonly attribute unsigned long | firmwareVersion |
Machine friendly firmware version. More... | |
Definition at line 36 of file sbIDeviceFirmwareUpdate.idl.
void sbIDeviceFirmwareUpdate::init | ( | in nsIFile | aFirmwareImageFile, |
in AString | aFirmwareReadableVersion, | ||
in unsigned long | aFirmwareVersion | ||
) |
Initialize the firmware update object.
aFirmwareImageFile | - The firmware file |
aFirmwareReadableVersion | - The human readable version of the firmware file |
aFirmwareVersion | - The machine friendly version of the firmware file |
readonly attribute nsIFile sbIDeviceFirmwareUpdate::firmwareImageFile |
The firmware image file.
Definition at line 42 of file sbIDeviceFirmwareUpdate.idl.
readonly attribute AString sbIDeviceFirmwareUpdate::firmwareReadableVersion |
The human readable version of this firmware.
Definition at line 48 of file sbIDeviceFirmwareUpdate.idl.
readonly attribute unsigned long sbIDeviceFirmwareUpdate::firmwareVersion |
Machine friendly firmware version.
Definition at line 54 of file sbIDeviceFirmwareUpdate.idl.