NetworkSettingsIPv6 QML Type
Encapsulates IPv6 network configuration. More...
Import Statement: | import QtDeviceUtilities.NetworkSettings |
Properties
- address : string
- gateway : string
- method : enumeration
- prefixLength : int
- privacy : enumeration
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:
Constant | Description |
---|---|
NetworkSettingsIPv6.Auto | Use automatic configuration |
NetworkSettingsIPv6.Manual | Use manual configuration |
NetworkSettingsIPv6.Off | No 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:
Constant | Description |
---|---|
NetworkSettingsIPv6.Disabled | Disable privacy extensions in IPv6 |
NetworkSettingsIPv6.Enabled | Enable Privacy Extensions for Stateless Address Autoconfiguration in IPv6 |
NetworkSettingsIPv6.Preferred | Enable 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.