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

◆ disable_queue_mode

bool lwm2m_carrier_config_t::disable_queue_mode

This configuration allows you to disable queue mode.

By default the library will inform the LwM2M Server that it may be disconnected for an extended period of time. The server will then queue their requests until the library does a registration update.

Note
using lwm2m_carrier.c this option can be set in kconfig by setting CONFIG_LWM2M_CARRIER_QUEUE_MODE to false.