GetGeneralTimeout: Difference between revisions
Jump to navigation
Jump to search
(Created page with "This command get the general timeout (in seconds). General timer is used as a general timer on any R2D2 API commands '''COMMAND''' {| class="wikitable" !Command !Input Arguments !Returns |- |'''GetGeneralTimeout''' | |Timeout. Error code in case of error. |} '''OUTPUT''' General timer set for this Mobile Robot: "%d", GeneralTimeout '''EXAMPLE'''<syntaxhighlight lang="text"> ~# GetGeneralTimeout ~# 300 </syntaxhighlight>") |
m (added Category:GENERAL using HotCat) |
||
(One intermediate revision by the same user not shown) | |||
Line 26: | Line 26: | ||
~# 300 | ~# 300 | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:R2D2]] | |||
[[Category:GENERAL]] |
Latest revision as of 08:59, 2 April 2025
This command get the general timeout (in seconds).
General timer is used as a general timer on any R2D2 API commands
COMMAND
Command | Input Arguments | Returns |
---|---|---|
GetGeneralTimeout | Timeout. Error code in case of error. |
OUTPUT
General timer set for this Mobile Robot:
"%d", GeneralTimeout
EXAMPLE
~# GetGeneralTimeout
~# 300