nRF Connect SDK API 2.8.99
|
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.
[out] | obj | Object to reset. |
-EINVAL | Invalid parameter. |
-ENOTSUP | Action not supported for the object's type. |
0 | Success; object initialized. |