TTCPServerControlThreadState Enumeration

Represents type TTCPServerControlThreadState.

Namespace: flcTCPServer
type
 TTCPServerControlThreadState = (
 sctsInit,
 sctsPollReady,
 sctsPollProcess);

The TTCPServerControlThreadState type exposes the following members.

Show:
 NameDescription
sctsInit

Represents constant sctsInit.

sctsPollProcess

Represents constant sctsPollProcess.

sctsPollReady

Represents constant sctsPollReady.

Top