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

◆ nrf_cloud_coap_json_message_send()

int nrf_cloud_coap_json_message_send ( const char *  message,
bool  bulk,
bool  confirmable 
)

#include <include/net/nrf_cloud_coap.h>

Send a preencoded JSON message to nRF Cloud.

The JSON message is sent either as a non-confirmable or confirmable CoAP message. Use non-confirmable when sending low priority information for which some data loss is acceptable.

Parameters
[in]messageThe string to send.
[in]bulkSet true if message is an array of JSON messages to be sent to the bulk topic.
[in]confirmableSelect whether to use a CON or NON CoAP transfer.
Return values
-EACCESDevice does not have a valid nRF Cloud CoAP connection.
Returns
0 If successful, nonzero if failed. Negative values are device-side errors defined in errno.h. Positive values are cloud-side errors (CoAP result codes) defined in zephyr/net/coap.h.