nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ dult_user_register()

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.

Parameters
userStructure containing user information.
Returns
0 if the operation was successful. Otherwise, a (negative) error code is returned.