RFTERMINAL.Ping

double Ping()

Function Ping() As Double

Performs a ping (echo) test.

Return value
The average time for a "return" send and receive test transaction between Client and Server.

Parameters

Remarks
The Ping function is a WireLess Studio test function for network performances. It is not the TCP/IP Ping utility.
The test is done with the present connected host.

Example
wsRfIo.RFPrint 0, 0, " Pinging ...", WLCLEAR + WLFLUSHOUTPUT
dBuff = wsRfTerminal.Ping()

See also    RFTERMINAL, SetPingCount, SetPingPacket