WaitRegistration: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
This command allows to wait until | This command allows to wait until Network registration is done. | ||
'''COMMAND''' | '''COMMAND''' | ||
| Line 8: | Line 8: | ||
|- | |- | ||
|'''WaitRegistration''' | |'''WaitRegistration''' | ||
|PortIndex | |PortIndex [Timeout] | ||
|[[R2D2 Error Codes|Error Code]] in case of error. | |[[R2D2 Error Codes|Error Code]] in case of error. | ||
|} | |} | ||
| Line 17: | Line 17: | ||
'''EXAMPLE'''<syntaxhighlight lang="text"> | '''EXAMPLE'''<syntaxhighlight lang="text"> | ||
~# | ~# WaitRegistration 0 180 | ||
OK | OK | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category: | [[Category:NETWORK]] | ||
[[Category:R2D2]] | [[Category:R2D2]] | ||
Latest revision as of 21:40, 3 November 2025
This command allows to wait until Network registration is done.
COMMAND
| Command | Line Arguments | Returns |
|---|---|---|
| WaitRegistration | PortIndex [Timeout] | Error Code in case of error. |
OUTPUT
Command status
EXAMPLE
~# WaitRegistration 0 180
OK