CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
Loading...
Searching...
No Matches
cdc::core::IModule::BackupResult Struct Reference

Per-module restore outcome reported by importBackup(). More...

#include <IModule.h>

Public Attributes

uint16_t imported = 0
 Records restored successfully.
uint16_t failed = 0
 Records skipped due to errors.

Detailed Description

Per-module restore outcome reported by importBackup().

Counts are best-effort tallies, not an all-or-nothing status: a module imports each record independently and keeps going past failures.

Definition at line 85 of file IModule.h.

Member Data Documentation

◆ failed

uint16_t cdc::core::IModule::BackupResult::failed = 0

◆ imported

uint16_t cdc::core::IModule::BackupResult::imported = 0

The documentation for this struct was generated from the following file:
  • components/cdc_core/include/cdc_core/IModule.h