nRF Connect SDK API
2.8.99
Loading...
Searching...
No Matches
◆
NRF_CLOUD_OBJ_DEFINE
#define NRF_CLOUD_OBJ_DEFINE
(
_name
,
_type
)
#include <
include/net/nrf_cloud_codec.h
>
Value:
struct
nrf_cloud_obj
_name = { 0 }; \
_name.
type
= _type; \
_name.
enc_src
=
NRF_CLOUD_ENC_SRC_NONE
;
NRF_CLOUD_ENC_SRC_NONE
@ NRF_CLOUD_ENC_SRC_NONE
Definition
nrf_cloud_codec.h:49
nrf_cloud_obj::enc_src
enum nrf_cloud_enc_src enc_src
Definition
nrf_cloud_codec.h:93
nrf_cloud_obj::type
enum nrf_cloud_obj_type type
Definition
nrf_cloud_codec.h:86
nrf_cloud_obj
Object used for building nRF Cloud messages.
Definition
nrf_cloud_codec.h:84
Define an nRF Cloud codec object of the specified type.
Parameters
_name
Name of the object.
_type
Type of the object.
nRF Cloud Codec
Generated on Tue Nov 5 2024 10:05:37 for nRF Connect SDK API by
1.12.0