TTLSServerState Enumeration

Represents type TTLSServerState.

Namespace: flcTLSServer
type
 TTLSServerState = (
 tlssInit,
 tlssActive,
 tlssStopped);

The TTLSServerState type exposes the following members.

Show:
 NameDescription
tlssActive

Represents constant tlssActive.

tlssInit

Represents constant tlssInit.

tlssStopped

Represents constant tlssStopped.

Top