TSysSocketLogType Enumeration

Represents type TSysSocketLogType.

Namespace: flcSocket
type
 TSysSocketLogType = (
 sltDebug);

The TSysSocketLogType type exposes the following members.

Show:
 NameDescription
sltDebug

Represents constant sltDebug.

Top