#include <sbDeviceStatus.h>
Public Member Functions | |
NS_DECL_ISUPPORTS NS_DECL_SBIDEVICESTATUS | sbDeviceStatus () |
Public Member Functions inherited from sbIDeviceStatus | |
void | init (in AString aDeviceID) |
Initialize the DeviceStatus component for a device. More... | |
Additional Inherited Members | |
Public Attributes inherited from sbIDeviceStatus | |
const unsigned long | EXPORT = 1 |
const unsigned long | IMPORT = 2 |
attribute unsigned long | currentState |
The current overall state of the device. More... | |
attribute unsigned long | currentSubState |
The current sub state of the device, copying could be a sub state of the syncing state. More... | |
attribute AString | stateMessage |
attribute AString | currentOperation |
attribute double | progress |
attribute PRInt64 | workItemProgress |
attribute PRInt32 | workItemType |
attribute PRInt64 | workItemProgressEndCount |
attribute sbIMediaItem | mediaItem |
readonly attribute PRUint32 | elapsedTime |
The time elapsed in milliseconds since currentState was last at STATE_IDLE. More... | |
attribute sbIMediaList | mediaList |
attribute boolean | isNewBatch |
Definition at line 38 of file sbDeviceStatus.h.
sbDeviceStatus::sbDeviceStatus | ( | ) |
Definition at line 39 of file sbDeviceStatus.cpp.