Unit 'vsping' Package
[Overview][Types][Classes][Index] [#pl_synapsevs]

TvsSynPing

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: vsping.pas line 22

type TvsSynPing = class(TComponent)

published

  Sock: TICMPBlockSocket;

  

  property OnStatus: TOnStatusEvent; [rw]

  

  property Host: string; [rw]

  

  property PacketSize: Integer; [rw]

  

  property PingTime: Integer; [r]

  

  property TimeOut: Integer; [rw]

  

  property Status: string; [rw]

  

  property TimerInterval: Integer; [rw]

  

  function Ping();

  

  procedure StartCheck;

  

  procedure StopCheck;

  

  constructor Create(); override;

  

  destructor Destroy; override;

  

end;

Inheritance

TvsSynPing

  

|

TObject



CT Web help

CodeTyphon Studio