TTCPLogType Enumeration

Represents type TTCPLogType.

Namespace: flcTCPConnection
type
 TTCPLogType = (
 tlDebug,
 tlInfo,
 tlError);

The TTCPLogType type exposes the following members.

Show:
 NameDescription
tlDebug

Represents constant tlDebug.

tlError

Represents constant tlError.

tlInfo

Represents constant tlInfo.

Top