nRF Connect SDK API 2.8.99
|
int lwm2m_carrier_request | ( | int | request | ) |
#include <lib/bin/lwm2m_carrier/include/lwm2m_carrier.h>
Request the LwM2M carrier library to perform an action.
This function will behave differently depending on the chosen request
.
[in] | request | lwm2m_carrier_request_values to be sent to the LwM2M carrier library. |
0 | If all requests were scheduled successfully. |
-EINVAL | If an invalid request was selected. |
-EPERM | If the selected request is not supported for the carrier. |
-EBADR | If the selected request was not scheduled. |
-EALREADY | If a registration was requested when a registration was already scheduled. |