DataSyncInternalPSKeys.h File Reference

const TUid KPSUidNSmlDSSyncApp

const TUidKPSUidNSmlDSSyncApp

Device manager key UID

const TUint32 KDsJobCancel

const TUint32KDsJobCancel

PubSub key used for handling Sync Cancel operation.

const TUid KPSUidDataSynchronizationInternalKeys

const TUidKPSUidDataSynchronizationInternalKeys

SyncML Data Synchronization Internal P&S Keys UID

const TUint32 KDataSyncStatus

const TUint32KDataSyncStatus

P&S key for Data Synchronization status.

Possible integer values: 0 = Data sync is not running (EDataSyncNotRunning) 1 = Data sync is running, using OMA DS protocol version 1.1 (EDataSyncRunning) 2 = Data sync is running, using OMA DS protocol version 1.2 (EDataSyncRunning12)

Default value: 0 (EDataSyncNotRunning)

Note: Key is created when Data Sync is run first time. Before that it does not exist. If you want just to see whether Data sync is running and you do not care about the OMA DS protocol version, just compare if key value is greater than zero (>0)