You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/openthread/openthread_cli.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Executes a CLI command and gets the response.
28
28
29
29
* ``cmd`` - The CLI command to execute (e.g., ``"state"``, ``"networkname"``)
30
30
* ``resp`` - Buffer to store the response (optional, can be ``NULL``)
31
-
* ``respTimeout`` - Timeout in milliseconds for waiting for response (default: 5000ms)
31
+
* ``respTimeout`` - Timeout in milliseconds for waiting for response (default: 5000 ms)
32
32
33
33
This function executes a CLI command and collects all response lines until "Done" or "Error" is received. If ``resp`` is not ``NULL``, the response is stored in the buffer.
0 commit comments