|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
Aggregated outcome of a restore across all modules. More...
#include <BackupManager.h>
Public Attributes | |
| bool | ok = false |
| Container decrypted and parsed successfully. | |
| uint16_t | imported = 0 |
| Total records restored (modules + system section). | |
| uint16_t | failed = 0 |
| Total records skipped due to errors. | |
| uint8_t | modules = 0 |
| Number of module sections that were applied. | |
| uint8_t | skipped = 0 |
| Module sections with no matching module on-device. | |
| bool | system = false |
| System/NVS settings section was present and applied. | |
Aggregated outcome of a restore across all modules.
Definition at line 10 of file BackupManager.h.
| uint16_t cdc::os_ui::BackupSummary::failed = 0 |
Total records skipped due to errors.
Definition at line 13 of file BackupManager.h.
Referenced by cdc::os_ui::BackupManager::importFrom().
| uint16_t cdc::os_ui::BackupSummary::imported = 0 |
Total records restored (modules + system section).
Definition at line 12 of file BackupManager.h.
Referenced by cdc::os_ui::BackupManager::importFrom().
| uint8_t cdc::os_ui::BackupSummary::modules = 0 |
Number of module sections that were applied.
Definition at line 14 of file BackupManager.h.
Referenced by cdc::os_ui::BackupManager::importFrom().
| bool cdc::os_ui::BackupSummary::ok = false |
Container decrypted and parsed successfully.
Definition at line 11 of file BackupManager.h.
Referenced by cdc::os_ui::BackupManager::importFrom().
| uint8_t cdc::os_ui::BackupSummary::skipped = 0 |
Module sections with no matching module on-device.
Definition at line 15 of file BackupManager.h.
Referenced by cdc::os_ui::BackupManager::importFrom().
| bool cdc::os_ui::BackupSummary::system = false |
System/NVS settings section was present and applied.
Definition at line 16 of file BackupManager.h.
Referenced by cdc::os_ui::BackupManager::importFrom().