nRF Connect SDK API 2.8.99
|
int cloud_wrap_cloud_location_send | ( | char * | buf, |
size_t | len, | ||
bool | ack, | ||
uint32_t | id ) |
#include <applications/asset_tracker_v2/src/cloud/cloud_wrapper.h>
Send cloud location data to cloud.
[in] | buf | Pointer to buffer containing data to be sent. |
[in] | len | Length of buffer. |
[in] | ack | Flag signifying if the message should be acknowledged or not. |
[in] | id | Message ID. |