Unit 'flcTCPConnection' Package
[Overview][Types][Classes][Index] [#pl_fundamentals]

TTCPBlockingConnection

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

Declaration

Source position: flcTCPConnection.pas line 544

type TTCPBlockingConnection = class

public

  constructor Create();

  

  destructor Destroy; override;

  

  procedure Finalise;

  

  property Connection: TTCPConnection; [r]

  

  function WaitForState();

  

  function WaitForReceiveData();

  

  function WaitForTransmitFin();

  

  function WaitForClose();

  

  function Read();

  

  function Write();

  

  procedure Shutdown();

  

  procedure Close();

  

end;

Inheritance

TTCPBlockingConnection

  

|

TObject



CT Web help

CodeTyphon Studio