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

◆ dult_user_unregister()

int dult_user_unregister ( const struct dult_user * user)

#include <include/dult/dult.h>

Unregister a DULT user.

Used only with the v2 API (

CONFIG_DULT_API_VARIANT_V2 

). Calling this function unregisters the registered DULT user structure and callbacks.

Parameters
userUser structure used to authenticate the user.
Returns
0 if the operation was successful. Otherwise, a (negative) error code is returned.