diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2016-07-27 12:31:08 +0200 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2016-08-01 13:54:57 +0200 |
commit | 547c02f0c5d4195a3efe454b9e98c0d0a84d739c (patch) | |
tree | 567ba270839328cc8fe6444a8dca130bd30d20be /include/NitrokeyManager.h | |
parent | d26f8fc73e2a15314c44688e372f9d4613dcfdd8 (diff) | |
download | libnitrokey-547c02f0c5d4195a3efe454b9e98c0d0a84d739c.tar.gz libnitrokey-547c02f0c5d4195a3efe454b9e98c0d0a84d739c.tar.bz2 |
Test read/write config
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'include/NitrokeyManager.h')
-rw-r--r-- | include/NitrokeyManager.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/NitrokeyManager.h b/include/NitrokeyManager.h index 0f24b1f..a63b51f 100644 --- a/include/NitrokeyManager.h +++ b/include/NitrokeyManager.h @@ -5,6 +5,7 @@ #include "log.h" #include "device_proto.h" #include "stick10_commands.h" +#include <vector> namespace nitrokey { using namespace nitrokey::device; @@ -70,6 +71,8 @@ namespace nitrokey { void write_config(bool numlock, bool capslock, bool scrolllock, bool enable_user_password, bool delete_user_password, const char *admin_temporary_password); + vector<uint8_t> read_config(); + private: NitrokeyManager(); ~NitrokeyManager(); |