CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
Loading...
Searching...
No Matches
host_api_cmd.cpp
Go to the documentation of this file.
1
6
9
10extern "C" {
11
12int host_cmd_consume(char* out, size_t out_size)
13{
15}
16
17} // extern "C"
Discovers, loads, runs and unloads WASM plugins on the badge.
int consumeCmd(char *out, size_t out_size)
static PluginManager & instance() noexcept
int host_cmd_consume(char *out, size_t out_size)
Copy the pending command string into out, clearing it.
CDC Badge OS plugin host API - canonical C ABI contract.