nRF Connect SDK API 2.8.99
|
int dult_user_register | ( | const struct dult_user * | user | ) |
#include <include/dult.h>
Register DULT user.
The function must be called before calling any other functions from the DULT user API. Only one DULT user can be registered at a time. Only the registered DULT user is allowed to use other DULT APIs.
user | Structure containing user information. |