C

NetworkSettingsIPv6 QML Type

Encapsulates IPv6 network configuration. More...

Import Statement: import QtDeviceUtilities.NetworkSettings 1.0

Properties

Detailed Description

The NetworkSettingsIPv6 type cannot be instantiated directly.

See also NetworkService.ipv6.

Property Documentation

address : string

Holds the IPv6 address.


gateway : string

Holds the IPv6 gateway address.


method : enumeration

Holds the method of IPv6 configuration.

Possible values:

ConstantDescription
NetworkSettingsIPv6.AutoUse automatic configuration
NetworkSettingsIPv6.ManualUse manual configuration
NetworkSettingsIPv6.OffNo configuration done

prefixLength : int

Holds the IPv6 network prefix length in bits.


privacy : enumeration

Holds the method of applying privacy extensions for IPv6.

Possible values:

ConstantDescription
NetworkSettingsIPv6.DisabledDisable privacy extensions in IPv6
NetworkSettingsIPv6.EnabledEnable Privacy Extensions for Stateless Address Autoconfiguration in IPv6
NetworkSettingsIPv6.PreferredEnable privacy extensions and prefer the use of temporary addresses, even when a public address is available

Available under certain Qt licenses.
Find out more.