From ce0a70318adf6f68cf99c3fcb3c030161e2addd2 Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Sat, 23 Jun 2018 11:47:10 +0200 Subject: Handle WINK command Signed-off-by: Szczepan Zalega --- libnitrokey/NitrokeyManager.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libnitrokey/NitrokeyManager.h') diff --git a/libnitrokey/NitrokeyManager.h b/libnitrokey/NitrokeyManager.h index 0689c3f..b48afc5 100644 --- a/libnitrokey/NitrokeyManager.h +++ b/libnitrokey/NitrokeyManager.h @@ -288,6 +288,11 @@ char * strndup(const char* str, size_t maxlen); * @return Returns true, if set unencrypted volume ro/rw pin type is User, false otherwise. */ bool set_unencrypted_volume_rorw_pin_type_user(); + + /** + * Blink red and green LED alternatively and infinitely (until device is reconnected). + */ + void wink(); }; } -- cgit v1.2.1