TIPAddressFamily Enumeration

Represents type TIPAddressFamily.

Namespace: flcSocketLib
type
 TIPAddressFamily = (
 iaNone,
 iaIP4,
 iaIP6);

The TIPAddressFamily type exposes the following members.

Show:
 NameDescription
iaIP4

Represents constant iaIP4.

iaIP6

Represents constant iaIP6.

iaNone

Represents constant iaNone.

Top