nRF Connect SDK API 2.8.99
|
int nrf_cloud_coap_resume | ( | void | ) |
#include <include/net/nrf_cloud_coap.h>
Resume CoAP connection.
This function restores a previous connection for use.
-EACCES | if the connection was not previously paused. |
-EAGAIN | if an error occurred while loading the connection. |
-EINVAL | if the operation could not be performed. |
0 | If successful. |