#include <NokiaPhoneInfo.h>
Inheritance diagram for NokiaPhoneInfo:
Public Member Functions |
|
void | Create (inout long hResult, inout long nmpResult) |
Initialize the INokSyncPhoneInfo structure. |
|
void | Destroy (inout long hResult, inout long nmpResult) |
De-initialize the INokSyncPhoneInfo structure. |
|
long | GetDeviceStatus (inout long hResult, inout long nmpResult) |
Is the NOKIA phone connected? |
|
ACString | GetLastErrorString () |
Return description of last error. |
|
AString | GetProductCode (inout long hResult, inout long nmpResult) |
What is the product code of the NOKIA phone? |
|
AString | GetProductType (inout long hResult, inout long nmpResult) |
What is the product type of the NOKIA phone? |
void INokiaPhoneInfo::Create | ( | inout long | hResult, | |
inout long | nmpResult | |||
) |
[inherited]
|
Initialize the INokSyncPhoneInfo structure.
hResult | (see nsresult, hResult and nmpResult in NokSync) | |
nmpResult | (see nsresult, hResult and nmpResult in NokSync) |
void INokiaPhoneInfo::Destroy | ( | inout long | hResult, | |
inout long | nmpResult | |||
) |
[inherited]
|
De-initialize the INokSyncPhoneInfo structure.
hResult | (see nsresult, hResult and nmpResult in NokSync) | |
nmpResult | (see nsresult, hResult and nmpResult in NokSync) |
long INokiaPhoneInfo::GetDeviceStatus | ( | inout long | hResult, | |
inout long | nmpResult | |||
) |
[inherited]
|
Is the NOKIA phone connected?
hResult | (see nsresult, hResult and nmpResult in NokSync) | |
nmpResult | (see nsresult, hResult and nmpResult in NokSync) |
0
if connected
ACString INokiaPhoneInfo::GetLastErrorString | ( | ) |
[inherited]
|
Return description of last error.
AString INokiaPhoneInfo::GetProductCode | ( | inout long | hResult, | |
inout long | nmpResult | |||
) |
[inherited]
|
What is the product code of the NOKIA phone?
hResult | (see nsresult, hResult and nmpResult in NokSync) | |
nmpResult | (see nsresult, hResult and nmpResult in NokSync) |
AString INokiaPhoneInfo::GetProductType | ( | inout long | hResult, | |
inout long | nmpResult | |||
) |
[inherited]
|
What is the product type of the NOKIA phone?
hResult | (see nsresult, hResult and nmpResult in NokSync) | |
nmpResult | (see nsresult, hResult and nmpResult in NokSync) |