TTCPClientAddressFamily Enumeration

Represents type TTCPClientAddressFamily.

Namespace: flcTCPClient
type
 TTCPClientAddressFamily = (
 cafIP4,
 cafIP6);

The TTCPClientAddressFamily type exposes the following members.

Show:
 NameDescription
cafIP4

Represents constant cafIP4.

cafIP6

Represents constant cafIP6.

Top