From 263c5d2d34922cf9950aff6f6245e2d8122f4c65 Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Fri, 5 Aug 2016 15:39:37 +0200 Subject: Slots config writing - C API documentation update Signed-off-by: Szczepan Zalega --- NK_C_API.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NK_C_API.h b/NK_C_API.h index b0687ac..259a245 100644 --- a/NK_C_API.h +++ b/NK_C_API.h @@ -149,6 +149,9 @@ extern int NK_erase_totp_slot(uint8_t slot_number, const char *temporary_passwor * @param secret char[20](Pro) 160-bit secret * @param hotp_counter uint32_t starting value of HOTP counter * @param use_8_digits should returned codes be 6 (false) or 8 digits (true) + * @param use_enter press ENTER key after sending OTP code using double-pressed scroll/num/capslock + * @param use_tokenID FIXME add documentation + * @param token_ID FIXME add documentation * @param temporary_password char[25](Pro) admin temporary password * @return command processing error code */ @@ -163,6 +166,9 @@ extern int NK_write_hotp_slot(uint8_t slot_number, const char *slot_name, const * @param secret char[20](Pro) 160-bit secret * @param time_window uint16_t time window for this TOTP * @param use_8_digits should returned codes be 6 (false) or 8 digits (true) + * @param use_enter press ENTER key after sending OTP code using double-pressed scroll/num/capslock + * @param use_tokenID FIXME add documentation + * @param token_ID FIXME add documentation * @param temporary_password char[20](Pro) admin temporary password * @return command processing error code */ -- cgit v1.2.1