ConnectData: Difference between revisions

From Ultiroam User Docs
Jump to navigation Jump to search
(Created page with "This command connect the data on the selected port. '''COMMAND:''' {| class="wikitable" !Command !Input Arguments !Returns |- |ConnectData |Port index |In case of Error, returns Error Codes |} '''OUTPUT:''' None. '''EXAMPLE:'''<syntaxhighlight lang="text"> ~# ConnectData 0 DATA UP: IP Address: 10.157.160.161 IP Netmask: 255.255.255.252 IP Default Gateway: 10.157.160.161 IP DNS1: 212.27.40.240 IP DNS2: 212.27.40.241 </syntaxhighlight>")
 
m (added Category:R2D2 using HotCat)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
This command connect the data on the selected port.
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:'''
'''COMMAND:'''
Line 23: Line 27:
IP DNS1: 212.27.40.240
IP DNS1: 212.27.40.240
IP DNS2: 212.27.40.241
IP DNS2: 212.27.40.241
~# ConnectData 1
TIMEOUT EXPIRED
~# ConnectData 1
DATA NOT SUPPORTED
</syntaxhighlight>
</syntaxhighlight>
[[Category:DATA]]
[[Category:R2D2]]

Latest revision as of 11:27, 27 March 2025

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:

Command Input Arguments Returns
ConnectData Port index In case of Error, returns Error Codes

OUTPUT:

None.

EXAMPLE:

~# ConnectData 0
DATA UP:
IP Address: 10.157.160.161
IP Netmask: 255.255.255.252
IP Default Gateway: 10.157.160.161
IP DNS1: 212.27.40.240
IP DNS2: 212.27.40.241

~# ConnectData 1
TIMEOUT EXPIRED

~# ConnectData 1
DATA NOT SUPPORTED