-
CONFIG_MODEM_INFO_BUFFER_SIZE
¶
Size of buffer used to read data from the socket
Type: int
Help¶
Set the size of the buffer that contains the returned string after an AT command. The buffer is processed through the parser.
Defaults¶
- 128 if
MODEM_INFO
Kconfig definition¶
At ../nrf/lib/modem_info/Kconfig:21
Included via Kconfig:10
→ Kconfig.zephyr:10
→ /jenkins_workspace/workspace/connect-nrf_documentation_master/_build/Kconfig.modules:1
→ /jenkins_workspace/workspace/connect-nrf_documentation_master/ncs/nrf/Kconfig.nrf:10
→ ../nrf/lib/Kconfig:17
Menu path: (top menu) → Nordic nRF Connect → Libraries → nRF91 modem information library
config MODEM_INFO_BUFFER_SIZE int prompt "Size of buffer used to read data from the socket" ifMODEM_INFO
default 128 ifMODEM_INFO
depends onMODEM_INFO
help Set the size of the buffer that contains the returned string after an AT command. The buffer is processed through the parser.
(Definitions include propagated dependencies, including from if’s and menus.)