TTCPServerClientState Enumeration

Represents type TTCPServerClientState.

Namespace: flcTCPServer
type
 TTCPServerClientState = (
 scsInit,
 scsStarting,
 scsNegotiating,
 scsReady,
 scsClosed);

The TTCPServerClientState type exposes the following members.

Show:
 NameDescription
scsClosed

Represents constant scsClosed.

scsInit

Represents constant scsInit.

scsNegotiating

Represents constant scsNegotiating.

scsReady

Represents constant scsReady.

scsStarting

Represents constant scsStarting.

Top