From bcbb54f49fad3f4bb3e8e6aca081d9d300e74d2b Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Thu, 8 Sep 2016 16:05:11 +0200 Subject: Function for getting device's serial number in hex. Fixes #33 Signed-off-by: Szczepan Zalega --- NK_C_API.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NK_C_API.h') diff --git a/NK_C_API.h b/NK_C_API.h index 5960885..3c851a5 100644 --- a/NK_C_API.h +++ b/NK_C_API.h @@ -39,6 +39,12 @@ extern int NK_logout(); */ extern const char * NK_status(); +/** + * Return the device's serial number string in hex. + * @return string device's serial number in hex + */ +extern const char * NK_device_serial_number(); + /** * Get last command processing status. Useful for commands which returns the results of their own and could not return * an error code. -- cgit v1.2.1