Add Device methods identifiers definition
This commit is contained in:
parent
b0f53082ac
commit
7e14f55cb3
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue