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 (
|
||||
DeviceInterface = NetworkManagerInterface + ".Device"
|
||||
|
||||
/* Methods */
|
||||
DeviceReapply = DeviceInterface + ".Reapply"
|
||||
DeviceGetAppliedConnection = DeviceInterface + ".GetAppliedConnection"
|
||||
DeviceDisconnect = DeviceInterface + ".Disconnect"
|
||||
DeviceDelete = DeviceInterface + ".Delete"
|
||||
|
||||
/* Properties */
|
||||
DevicePropertyUdi = DeviceInterface + ".Udi" // readable s
|
||||
DevicePropertyInterface = DeviceInterface + ".Interface" // readable s
|
||||
|
|
Reference in a new issue