PingData object
This object is bound to SHOTIP.Connection root object and can be retrieved and initialized with necessary data via
Ping method:
Set tcpip = CreateObject("SHOTIP.Connection")
Set pdata = tcpip.Ping("remotehost.domain.com")
The results of Ping method are represented in the PingData object.
Ping Host[,nPackets][,Timeout]
Parameters
- Host
- Name or IP address of the host
- nPackets
- Optional. The amount of packets to send to host. The default value is 4. The maximum value is 20.
- Timeout
- Optional. Timeout value in milliseconds. The default value is 2000.
All properties are listed in the right hand part of the documentation page.