Difference between revisions of "MC-Basic:PING"
Line 41: | Line 41: | ||
|SEE ALSO= | |SEE ALSO= | ||
* [[MC-Basic:ACCEPT|ACCEPT]] | * [[MC-Basic:ACCEPT|ACCEPT]] | ||
− | * [[ | + | * [[MC-Basic:CLOSE|CLOSE]] |
* [[Axystems:MC-Basic:CONNECT|CONNECT]] | * [[Axystems:MC-Basic:CONNECT|CONNECT]] | ||
* [[Axystems:MC-Basic:OPENSOCKET|OPENSOCKET]] | * [[Axystems:MC-Basic:OPENSOCKET|OPENSOCKET]] |
Revision as of 08:36, 22 May 2014
The PING command is used to test whether or not a remote host is reachable. A run-time error is returned if the host is not reachable or does not answer.
Syntax
Ping (<ip address>)
Range
<ip address> = IP address
<returned value> : -1 : if remote host is unreachable
0 : OK
Scope
Task, Terminal
Examples
-->? Ping (”212.25.84.109”)
0