NetworkSettingsIPv4 QML Type

Encapsulates IPv4 network configuration. More...

Import Statement: import QtDeviceUtilities.NetworkSettings

Properties

Detailed Description

The NetworkSettingsIPv4 type cannot be instantiated directly.

See also NetworkService.ipv4.

Property Documentation

address : string

Holds the IPv4 address.


gateway : string

Holds the IPv4 gateway address


mask : string

Holds the IPv4 network mask.


method : enumeration

Holds the method of IPv4 configuration.

Possible values:

ConstantDescription
NetworkSettingsIPv4.DhcpUse DHCP protocol for IPv4 configuration
NetworkSettingsIPv4.ManualUse manual settings
NetworkSettingsIPv4.OffNo configuration done

© 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.