|
||
Interface access: | Unset | Default as namespace |
Interface status: | Unset | Default as namespace |
namespace conn
This namespace is the global Symbian Connect namespace which encapsulates all of the connectivity components within Symbian OS.
Defined in conn
:
EBURBackupFull
0x00000002: The device as a whole is engaged in a backup of all components data EBURBackupPartial
0x00000004: The device as a whole is engaged in a backup of selected components ...EBURNormal
0x00000001: The device as a whole is not engaged in a backup or restore EBURRestoreFull
0x00000008: The device as a whole is engaged in a restore of all components data...EBURRestorePartial
0x00000010: The device as a whole is engaged in a restore of all components data...EBURUnset
0x00000000: The backup / restore mode has not been set EBackupBase
0x00000100: The backup is a base backup, i.e. it includes all files / data EBackupIncrement
0x00000200: The backup is an incremental backup, i.e. it includes only files / d...ENoBackup
0x00000000: No backup is in progress KBURPartTypeMask
TBURPartType Bitmask KBackupIncTypeMask
TBackupIncType Bitmask KUidBackupRestoreKey
Secure Backup and Restore publish and subscribe keyTBURPartType
The backup / restore state of a device.TBackupIncType
The type of a backup.TBURPartType
The backup / restore state of a device.
|
TBackupIncType
The type of a backup.
|
const TUint KUidBackupRestoreKey=0x10202792;
Secure Backup and Restore publish and subscribe key
Secure Backup and Restore uses a Publish and Subscribe key to publish the current backup / restore state.
The key is a system key so the category to be used when subscribing is KUidSystemCategoryValue The key to be used is KUidBackupRestoreKey. The value is a bit-wise OR of a TBURPartType value and a TBackupIncType value This means that a normal state (i.e. non-backup or restore) is EBURNormal | ENoBackup but If the key has not been set (i.e. == 0) then no backup or restore is in progress either
const TUint KBackupIncTypeMask=0xffffff00;
TBackupIncType Bitmask