TTCPServerThreadTask Enumeration

Represents type TTCPServerThreadTask.

Namespace: flcTCPServer
type
 TTCPServerThreadTask = (
 sttControl,
 sttProcess);

The TTCPServerThreadTask type exposes the following members.

Show:
 NameDescription
sttControl

Represents constant sttControl.

sttProcess

Represents constant sttProcess.

Top