TTCPServerState Enumeration

Represents type TTCPServerState.

Namespace: flcTCPServer
type
 TTCPServerState = (
 ssInit,
 ssStarting,
 ssReady,
 ssFailure,
 ssClosed);

The TTCPServerState type exposes the following members.

Show:
 NameDescription
ssClosed

Represents constant ssClosed.

ssFailure

Represents constant ssFailure.

ssInit

Represents constant ssInit.

ssReady

Represents constant ssReady.

ssStarting

Represents constant ssStarting.

Top