TTLSLogType Enumeration

Represents type TTLSLogType.

Namespace: flcTLSConnection
type
 TTLSLogType = (
 tlsltDebug,
 tlsltInfo,
 tlsltError);

The TTLSLogType type exposes the following members.

Show:
 NameDescription
tlsltDebug

Represents constant tlsltDebug.

tlsltError

Represents constant tlsltError.

tlsltInfo

Represents constant tlsltInfo.

Top