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

Public Attributes

const char * labelKey
uint8_t(* icon )()
void(* action )()

Detailed Description

One fixed (non-module) menu entry. The fixed count is derived from the table size, so adding or removing a row needs no separate counter update.

Definition at line 473 of file AppUi.cpp.

Member Data Documentation

◆ action

void(* cdc::ui::FixedMenuEntry::action) ()

Definition at line 476 of file AppUi.cpp.

◆ icon

uint8_t(* cdc::ui::FixedMenuEntry::icon) ()

Definition at line 475 of file AppUi.cpp.

◆ labelKey

const char* cdc::ui::FixedMenuEntry::labelKey

Definition at line 474 of file AppUi.cpp.


The documentation for this struct was generated from the following file: