LJM_SEND_RECEIVE_TIMEOUT_MS
LJM_SEND_RECEIVE_TIMEOUT_MS
is a numerical readable-writable LJM library configuration which is a shortcut for setting the following configs:
LJM_USB_SEND_RECEIVE_TIMEOUT_MS
LJM_ETHERNET_SEND_RECEIVE_TIMEOUT_MS
LJM_WIFI_SEND_RECEIVE_TIMEOUT_MS
The constant LJM_SEND_RECEIVE_TIMEOUT_MS
can be used interchangeably with the string "LJM_SEND_RECEIVE_TIMEOUT_MS"
.
Reading LJM_SEND_RECEIVE_TIMEOUT_MS
may be meaningless if it has not previously been written.
Default
The default timeout is 4000 ms.
Details
See Timeout Configs.
For more LJM configurations, see Library Configuration Functions.
LJM 1.2100 and later: These timeout configs affect the timeout for LJM_eStreamRead
.