|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
Holds the wizard's running state between callback firings. More...
Public Attributes | |
| vcard_data_t | data |
| ui::IView * | returnAnchor |
| bool | active |
| uint8_t | currentStep |
| WizardTarget | target |
| uint16_t | editSlot |
| VcardWizard::DoneCallback | onDone |
Holds the wizard's running state between callback firings.
Definition at line 103 of file VcardWizard.cpp.
| bool cdc::mod_vcard::WizardState::active |
Definition at line 106 of file VcardWizard.cpp.
| uint8_t cdc::mod_vcard::WizardState::currentStep |
Definition at line 107 of file VcardWizard.cpp.
| vcard_data_t cdc::mod_vcard::WizardState::data |
Definition at line 104 of file VcardWizard.cpp.
| uint16_t cdc::mod_vcard::WizardState::editSlot |
Definition at line 109 of file VcardWizard.cpp.
| VcardWizard::DoneCallback cdc::mod_vcard::WizardState::onDone |
Definition at line 110 of file VcardWizard.cpp.
| ui::IView* cdc::mod_vcard::WizardState::returnAnchor |
Definition at line 105 of file VcardWizard.cpp.
| WizardTarget cdc::mod_vcard::WizardState::target |
Definition at line 108 of file VcardWizard.cpp.