nRF Connect SDK API 0.1.0
|
#define NRF_CLOUD_OBJ_PRE_ENC_DEFINE | ( | _name, | |
_data, | |||
_len | |||
) |
#include <include/net/nrf_cloud_codec.h>
Define an nRF Cloud object with pre-encoded data.
This macro defines a codec object with the type of NRF_CLOUD_OBJ_TYPE__UNDEFINED and initializes the encoded data with the provided parameters.
_name | Name of the object. |
_data | Pointer to pre-encoded data. |
_len | Size of the pre-encoded data. |