aboutsummaryrefslogtreecommitdiff
path: root/libnitrokey/stick20_commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnitrokey/stick20_commands.h')
-rw-r--r--libnitrokey/stick20_commands.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libnitrokey/stick20_commands.h b/libnitrokey/stick20_commands.h
index 4b75e6a..7efa1b6 100644
--- a/libnitrokey/stick20_commands.h
+++ b/libnitrokey/stick20_commands.h
@@ -275,6 +275,12 @@ namespace nitrokey {
CommandTransaction;
};
+ class Wink : Command<CommandID::WINK> {
+ public:
+ typedef Transaction<command_id(), struct EmptyPayload, struct EmptyPayload>
+ CommandTransaction;
+ };
+
class CheckSmartcardUsage : Command<CommandID::CHECK_SMARTCARD_USAGE> {
public:
typedef Transaction<command_id(), struct EmptyPayload, EmptyPayload>