SetGeneralTimeout: Difference between revisions
Jump to navigation
Jump to search
(Created page with "This command sets general timeout (in seconds) for all R2D2 API commands that are executed on the Mobile Robot. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SetGeneralTimeout''' |Timeout |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# SetGeneralTimeout 300 </syntaxhighlight>") |
m (added Category:GENERAL using HotCat) |
||
(One intermediate revision by the same user not shown) | |||
Line 21: | Line 21: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:R2D2]] | |||
[[Category:GENERAL]] |
Latest revision as of 21:01, 1 April 2025
This command sets general timeout (in seconds) for all R2D2 API commands that are executed on the Mobile Robot.
COMMAND
Command | Line Arguments | Returns |
---|---|---|
SetGeneralTimeout | Timeout | Error Code in case of error. |
OUTPUT
None
EXAMPLE
~# SetGeneralTimeout 300