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

◆ nrf_cloud_obj_reset()

int nrf_cloud_obj_reset ( struct nrf_cloud_obj *const  obj)

#include <include/net/nrf_cloud_codec.h>

Reset the state of an object; does not free memory.

Parameters
[out]objObject to reset.
Return values
-EINVALInvalid parameter.
-ENOTSUPAction not supported for the object's type.
0Success; object initialized.