NetworkConfiguration
Description
The NetworkConfiguration object manages the configuration of one or multiple NetworkInterface objects. All NetworkInterface objects require NetworkConfiguration as parent to configure and control the represented network interfaces. An NetworkConfiguration object loads and saves the corresponding configuration and tells the system’s network management service to apply the configuration.
- › Inherits:
Overview
Properties
Methods
Signals
Enumerations
Properties
interfaces
This property holds a list of network interfaces whose configuration to manage.
- › Type:
- › Signal:
interfacesChanged()
- › Attributes:
Readonly
Signals
interfacesDataChanged(SignedInteger index)
This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the interfaces list itself emitted the dataChanged() signal.