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

◆ nrf_cloud_data_type

#include <include/net/nrf_cloud_codec.h>

Data types for nrf_cloud_sensor_data.

Enumerator
NRF_CLOUD_DATA_TYPE_NONE 
NRF_CLOUD_DATA_TYPE_PVT 

The struct nrf_cloud_gnss_pvt *pvt field points to the data.

NRF_CLOUD_DATA_TYPE_STR 

The const char *str_val field points to a NULL-terminated string.

NRF_CLOUD_DATA_TYPE_DOUBLE 

The double double_val field contains the data.

NRF_CLOUD_DATA_TYPE_INT 

The int int_val field contains the data.