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

◆ timeout_ms

int32_t rest_client_req_context::timeout_ms

User-defined timeout value for REST request. The timeout is set individually for socket connection creation and data transfer meaning REST request can take longer than this given timeout. To disable, set the timeout duration to SYS_FOREVER_MS. A value of zero will result in an immediate timeout. Default:

embed:rst:inline :kconfig:option:`CONFIG_REST_CLIENT_REST_REQUEST_TIMEOUT` 

.