-
CONFIG_LWM2M_LOCAL_PORT
¶
LWM2M client port
Type: int
Help¶
This is the client port for LWM2M communication. The default setting of 0 sets a random port for the client to be used for outgoing communication.
Defaults¶
- 0 if
LWM2M
&&NETWORKING
Kconfig definition¶
At subsys/net/lib/lwm2m/Kconfig:85
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:84
→ subsys/net/lib/Kconfig:17
Menu path: (top menu) → Networking → Network Protocols → OMA LWM2M protocol stack
config LWM2M_LOCAL_PORT int prompt "LWM2M client port" ifLWM2M
&&NETWORKING
default 0 ifLWM2M
&&NETWORKING
depends onLWM2M
&&NETWORKING
help This is the client port for LWM2M communication. The default setting of 0 sets a random port for the client to be used for outgoing communication.
(Definitions include propagated dependencies, including from if’s and menus.)