CutieNetworkConnection QML Type
CutieNetworkConnection provides an interface to interact with a network connection saved to NetworkManager.
Inherits: QObject
Properties
Methods
Detailed Description
CutieNetworkConnection is a type representing a network connection saved to NetworkManager. For wireless networks, CutieWifiSettings.addAndActivateConnection can be used to store a new connection and activate it immediately. Also, CutieWifiSettings.activateConnection can be used to activate an existing saved connection represented by an object of this type.
Property Documentation
data
object, readonly
Holds a JavaScript object containing the connection properties as given by NetworkManager D-Bus service.
path
string, readonly
Holds the D-Bus path that is used by NetworkManager describe this connection.
Method Documentation
deleteConnection()
Removes this connection from NetworkManager’s saved connections. Does not have a return value.