VDF-GUIdance logo



  Visual DataFlex Logo
  

Shared knowledge leads to accumulated knowledge

        Printer Friendly Page


Ping an ipaddress

by Allan Greis Eriksen

Summary

Package to ping an ipaddress.
Size: 13 KB Download
Date Created: 02/06/2006
Date Updated: 02/06/2006
Author: Allan Greis Eriksen
Company: NordTeam Gruppen ApS


Ping an IP address


by Allan Kim Eriksen

This package can be used to ping a specific ip-address.

Class properties:
psIPAddress - Replying address
piStatus - Reply status
piRoundTripTime - Reply Round trip time, in milliseconds
piTimeToLive - Time to live for the ping, in milliseconds
Use ping

Object oPing is a cPing
  
  Procedure DoPing
    Get Ping  "whateverip" to iResult
    If (iResult <> ICMP_SUCCESS) begin
        Get EvaluatePingResponse  iResult to sErrorText
        Error DFERR_PROGRAM sErrorText
    End
    Else begin
        Get piStatus to iResonsetime
    End
  End_Procedure

End_Object

Download



ping package ~ 13kb