#include <SwiStructsGsm.h>
Public Attributes | |
U32 | sizeStruct |
bool | bSuccess |
SWI_TYPE_NvOperation | eOperation |
SWI_TYPE_NvCategory | eCategory |
U32 | nStored |
U32 | nSkipped |
U32 | nZeroLength |
SWI_TYPE_NvCategory
SwiNvStore
This value is only valid with the SWI_NOTIFY_NvStore notification. A value of "true" is returned if the back up succeed, false otherwise.
SWI_TYPE_NvCategory SWI_STRUCT_NvStore::eCategory |
NV category. Must be specified when doing a backup/restore.
SWI_TYPE_NvOperation SWI_STRUCT_NvStore::eOperation |
Type of operation to perform. Must be specified when doing a backup/restore.
Items skipped for backup operation only, 0 for other operations.
Items stored for backup operation or restored for restore operation, 0 for other operations.
Items with 0 length for backup operation only, 0 for other operations.
The size, in bytes, of this structure.