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:Configuration

Properties

interfaces

This property holds a list of network interfaces whose configuration to manage.

› Type:List<NetworkInterface>
› 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.