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

Lock screen context menu item registered by a module. More...

#include <IModule.h>

Public Attributes

const char *(* getLabel )()
void(* callback )()
uint8_t priority
const char * moduleName

Detailed Description

Lock screen context menu item registered by a module.

Definition at line 42 of file IModule.h.

Member Data Documentation

◆ callback

void(* cdc::core::LockScreenContextItem::callback) ()

Definition at line 44 of file IModule.h.

◆ getLabel

const char *(* cdc::core::LockScreenContextItem::getLabel) ()

Definition at line 43 of file IModule.h.

◆ moduleName

const char* cdc::core::LockScreenContextItem::moduleName

Definition at line 46 of file IModule.h.

Referenced by cdc::core::ModuleRegistry::getLockScreenContextItems().

◆ priority

uint8_t cdc::core::LockScreenContextItem::priority

Definition at line 45 of file IModule.h.


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