TTCPClientLogType Enumeration

Represents type TTCPClientLogType.

Namespace: flcTCPClient
type
 TTCPClientLogType = (
 cltDebug,
 cltInfo,
 cltError);

The TTCPClientLogType type exposes the following members.

Show:
 NameDescription
cltDebug

Represents constant cltDebug.

cltError

Represents constant cltError.

cltInfo

Represents constant cltInfo.

Top