DisconnectData: Difference between revisions
Jump to navigation
Jump to search
(Created page with "This command establishes data session on the specified port. The command waits until the data session is established or the expiration of a timeout value. The timeout value is the greater from the General timeout value or the timeout value specified in the SetDataParameters command. '''COMMAND:''' {| class="wikitable" !Command !Input Arguments !Returns |- |ConnectData |Port index |In case of Error, returns Error Codes |} '''OUTPUT:''' None. ''...") Tag: 2017 source edit |
m (added Category:R2D2 using HotCat) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
This command | This command disconnect the data session on the specified port. | ||
'''COMMAND:''' | '''COMMAND:''' | ||
Line 11: | Line 7: | ||
!Returns | !Returns | ||
|- | |- | ||
| | |DisconnectData | ||
|Port index | |Port index | ||
|In case of Error, returns [[R2D2 Error Codes|Error Codes]] | |In case of Error, returns [[R2D2 Error Codes|Error Codes]] | ||
Line 20: | Line 16: | ||
'''EXAMPLE:'''<syntaxhighlight lang="text"> | '''EXAMPLE:'''<syntaxhighlight lang="text"> | ||
~# | ~# DisconnectData 0 | ||
DATA | DATA DOWN | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:DATA]] | |||
[[Category:R2D2]] |
Latest revision as of 11:28, 27 March 2025
This command disconnect the data session on the specified port.
COMMAND:
Command | Input Arguments | Returns |
---|---|---|
DisconnectData | Port index | In case of Error, returns Error Codes |
OUTPUT:
None.
EXAMPLE:
~# DisconnectData 0
DATA DOWN