diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/stick20_commands.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/include/stick20_commands.h b/include/stick20_commands.h index 40352a3..e57932d 100644 --- a/include/stick20_commands.h +++ b/include/stick20_commands.h @@ -226,26 +226,6 @@ namespace nitrokey { }; - class SendPassword : Command<CommandID::SEND_PASSWORD> { - public: - struct CommandPayload { - uint8_t password[30]; - }; - - typedef Transaction<command_id(), struct CommandPayload, struct EmptyPayload> - CommandTransaction; - }; - - class SendNewPassword : Command<CommandID::SEND_NEW_PASSWORD> { - public: - struct CommandPayload { - uint8_t password[30]; - }; - - typedef Transaction<command_id(), struct CommandPayload, struct EmptyPayload> - CommandTransaction; - }; - // TODO fix original nomenclature class SendSetReadonlyToUncryptedVolume : Command<CommandID::ENABLE_READWRITE_UNCRYPTED_LUN> { public: |