TTCPBlockingConnection Class

Represents type TTCPBlockingConnection.

Namespace: flcTCPConnection
TObject
  flcTCPConnection.TTCPBlockingConnection
type
 TTCPBlockingConnection = class
 end;

The TTCPBlockingConnection type exposes the following members.

Show:
 NameDescription
Create(TTCPConnection)

Initializes a new instance of the TTCPBlockingConnection class.

Destroy

Represents the destructor of the TTCPBlockingConnection class.

Top
Show:
 NameDescription
Connection

Represents property Connection.

Top
Show:
 NameDescription
Close(Integer)

Represents method Close(Integer).

Finalise

Represents method Finalise.

Read(Void,Integer,Integer)

Represents method Read(Void,Integer,Integer).

Shutdown(Integer,Integer,Integer)

Represents method Shutdown(Integer,Integer,Integer).

Wait

Represents method Wait.

WaitForClose(Integer)

Represents method WaitForClose(Integer).

WaitForReceiveData(Integer,Integer)

Represents method WaitForReceiveData(Integer,Integer).

WaitForState(TTCPConnectionStates,Integer)

Represents method WaitForState(TTCPConnectionStates,Integer).

WaitForTransmitFin(Integer)

Represents method WaitForTransmitFin(Integer).

Write(Void,Integer,Integer)

Represents method Write(Void,Integer,Integer).

Top
Show:
 NameDescription
FConnection

Represents field FConnection.

Top