|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
#include <LockscreenRegistry.h>
Public Attributes | |
| void * | plugin = nullptr |
| char | label_key [32] = {0} |
| uint32_t | action_id = 0 |
| bool | used = false |
Definition at line 16 of file LockscreenRegistry.h.
| uint32_t cdc::plugin_manager::LockscreenRegistration::action_id = 0 |
Definition at line 19 of file LockscreenRegistry.h.
Referenced by cdc::plugin_manager::PluginManager::getLockscreenItems().
| char cdc::plugin_manager::LockscreenRegistration::label_key[32] = {0} |
Definition at line 18 of file LockscreenRegistry.h.
Referenced by cdc::plugin_manager::PluginManager::getLockscreenItems().
| void* cdc::plugin_manager::LockscreenRegistration::plugin = nullptr |
Definition at line 17 of file LockscreenRegistry.h.
Referenced by cdc::plugin_manager::PluginManager::getLockscreenItems(), and host_lockscreen_register_action().
| bool cdc::plugin_manager::LockscreenRegistration::used = false |
Definition at line 20 of file LockscreenRegistry.h.