CONFIG_PELION_TRANSPORT_MODE_UDP_QUEUE

UDP Queue

Type: bool

Help

Data is sent over UDP. Messages sent to the device are queued up in
the Cloud and only delivered immediately after the device renews
its registration. Recommended for low-power, low-bandwidth
applications that power downs between transmissions.

Direct dependencies

<choice: Transport mode (TCP/UDP/UDP Queue)>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/pelion-dm/zephyr/Kconfig.client:39

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:26/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/pelion-dm/zephyr/Kconfig:30

Menu path: (Top) → Modules → pelion-dm (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/pelion-dm) → Pelion Device Management Client Library → Build Pelion client from sources → Transport mode (TCP/UDP/UDP Queue)

config PELION_TRANSPORT_MODE_UDP_QUEUE
    bool "UDP Queue"
    depends on <choice>
    help
      Data is sent over UDP. Messages sent to the device are queued up in
      the Cloud and only delivered immediately after the device renews
      its registration. Recommended for low-power, low-bandwidth
      applications that power downs between transmissions.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)