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