CONFIG_PELION_TRANSPORT_MODE_TCP

TCP

Type: bool

Help

Data is sent over TCP. Device actively listens for incoming messages.
Recommended for applications that are always connected.

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:27

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_TCP
    bool "TCP"
    depends on <choice>
    help
      Data is sent over TCP. Device actively listens for incoming messages.
      Recommended for applications that are always connected.

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