TTCPClientState Enumeration

Represents type TTCPClientState.

Namespace: flcTCPClient
type
 TTCPClientState = (
 csInit, 
 csStarting, 
 csStarted, 
 csConnectRetry, 
 csResolvingLocal, 
 csResolvedLocal, 
 csBound, 
 csResolving, 
 csResolved, 
 csConnecting, 
 csConnected, 
 csNegotiating, 
 csReady, 
 csClosed, 
 csStopped 
 );

The TTCPClientState type exposes the following members.

Show:
 NameDescription
csBound

Represents constant csBound.

csClosed

Represents constant csClosed.

csConnected

Represents constant csConnected.

csConnecting

Represents constant csConnecting.

csConnectRetry

Represents constant csConnectRetry.

csInit

Represents constant csInit.

csNegotiating

Represents constant csNegotiating.

csReady

Represents constant csReady.

csResolved

Represents constant csResolved.

csResolvedLocal

Represents constant csResolvedLocal.

csResolving

Represents constant csResolving.

csResolvingLocal

Represents constant csResolvingLocal.

csStarted

Represents constant csStarted.

csStarting

Represents constant csStarting.

csStopped

Represents constant csStopped.

Top