pub unsafe extern "C" fn NK_read_config() -> *mut u8
Expand description

Get currently set config - status of function Numlock/Capslock/Scrollock OTP sending and is enabled PIN protected OTP The return value must be freed using NK_free_config. @see NK_write_config @return uint8_t general_config[5]: uint8_t numlock; uint8_t capslock; uint8_t scrolllock; uint8_t enable_user_password; uint8_t delete_user_password;