nRF Connect SDK API 0.1.0
|
int dult_id_read_state_cb_register | ( | const struct dult_user * | user, |
const struct dult_id_read_state_cb * | cb | ||
) |
#include <include/dult.h>
Register DULT identifier read state callback structure.
This function must be called after registering the DULT user with dult_user_register and before enabling DULT with dult_enable function.
user | User structure used to authenticate the user. |
cb | Identifier read state callback structure. |