import "sbIDeviceBase.idl";
Public Member Functions | |
void | onDeviceConnect (in AString aDeviceIdentifier) |
<TODO:Brief>. | |
void | onDeviceDisconnect (in AString aDeviceIdentifier) |
<TODO:Brief>. | |
void | onTransferStart (in sbIMediaItem aMediaItem) |
<TODO:Brief>. | |
void | onTransferComplete (in sbIMediaItem aMediaItem, in PRInt32 aStatus) |
<TODO:Brief>. | |
void | onStateChanged (in AString aDeviceIdentifier, in unsigned long aState) |
Called when the device state has changed. |
<TODO:Detail>.
Definition at line 54 of file sbIDeviceBase.idl.
void sbIDeviceBaseCallback::onDeviceConnect | ( | in AString | aDeviceIdentifier | ) |
<TODO:Brief>.
<TODO:Detail>.
aDeviceIdentifier | [in AString] A string that describes the device. |
void sbIDeviceBaseCallback::onDeviceDisconnect | ( | in AString | aDeviceIdentifier | ) |
<TODO:Brief>.
<TODO:Detail>.
aDeviceIdentifier | [in AString] A string that describes the device. |
void sbIDeviceBaseCallback::onTransferStart | ( | in sbIMediaItem | aMediaItem | ) |
void sbIDeviceBaseCallback::onTransferComplete | ( | in sbIMediaItem | aMediaItem, | |
in PRInt32 | aStatus | |||
) |
<TODO:Brief>.
<TODO:Detail>.
aMediaItem | [in sbIMediaItem] <TODO>. | |
aStatus | [in PRInt32] <TODO>. |
void sbIDeviceBaseCallback::onStateChanged | ( | in AString | aDeviceIdentifier, | |
in unsigned long | aState | |||
) |
Called when the device state has changed.
aDeviceIdentifier | [in AString] A string that describes the device. | |
aState | [in unsigned long] New device state. |