CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
Loading...
Searching...
No Matches
PluginInfoView.h
Go to the documentation of this file.
1
5
6#pragma once
7
9
10#include <string>
11
12namespace cdc::plugin_manager {
13
15public:
16 bool loadForPluginId(const std::string& id);
17
18private:
19 std::string body_;
20};
21
22} // namespace cdc::plugin_manager
bool loadForPluginId(const std::string &id)