NetworkSettingsIPv6 QML Type

Encapsulates IPv6 network configuration. More...

Import Statement: import QtDeviceUtilities.NetworkSettings

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

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.