Add Device methods identifiers definition

This commit is contained in:
Christian Müller 2019-05-17 11:40:57 +02:00
parent b0f53082ac
commit 7e14f55cb3

View file

@ -9,6 +9,12 @@ import (
const ( const (
DeviceInterface = NetworkManagerInterface + ".Device" DeviceInterface = NetworkManagerInterface + ".Device"
/* Methods */
DeviceReapply = DeviceInterface + ".Reapply"
DeviceGetAppliedConnection = DeviceInterface + ".GetAppliedConnection"
DeviceDisconnect = DeviceInterface + ".Disconnect"
DeviceDelete = DeviceInterface + ".Delete"
/* Properties */ /* Properties */
DevicePropertyUdi = DeviceInterface + ".Udi" // readable s DevicePropertyUdi = DeviceInterface + ".Udi" // readable s
DevicePropertyInterface = DeviceInterface + ".Interface" // readable s DevicePropertyInterface = DeviceInterface + ".Interface" // readable s