Name
protocol family, protocolfamily, kPMElementProtocolFamily — Supported network protocols.
Synopsis
protocol family
: string, choice, default
Description
Supported network protocols.
The engine supports both IPv4 and IPv6 networking protocols.
protocol family
is a string. If protocol family
is omitted, the default IPv4
is used. protocol family
must be one of the following two constants:
- IPv4,
kPMElementProtocolFamily_IPv4
. Internet Protocol version 4. - IPv6,
kPMElementProtocolFamily_IPv6
. Internet Protocol version 6.