import "sbIDeviceErrorMonitor.idl";
Public Member Functions | |
boolean | deviceHasErrors (in sbIDevice aDevice) |
Checks to see if a device has had any recent errors. | |
nsIArray | getErrorsForDevice (in sbIDevice aDevice) |
Gets an array of strings (nsISupportsString) that indicate errors that have happend on this device recently. | |
void | clearErrorsForDevice (in sbIDevice aDevice) |
Clears the array of error strings for a device. |
Definition at line 43 of file sbIDeviceErrorMonitor.idl.
boolean sbIDeviceErrorMonitor::deviceHasErrors | ( | in sbIDevice | aDevice | ) |
Checks to see if a device has had any recent errors.
aDevice | device to check for errors on. |
nsIArray sbIDeviceErrorMonitor::getErrorsForDevice | ( | in sbIDevice | aDevice | ) |
Gets an array of strings (nsISupportsString) that indicate errors that have happend on this device recently.
aDevice | device to get error list from. |
void sbIDeviceErrorMonitor::clearErrorsForDevice | ( | in sbIDevice | aDevice | ) |
Clears the array of error strings for a device.
aDevice | device to clear error list from. |