Interface net.connman.Service
Object path [variable prefix]/{service0,service1,...}
-Methods dict GetProperties()
+Methods dict GetProperties() [deprecated]
Returns properties for the service object. See
the properties section for available properties.
+ Usage of this method is highly discouraged. Use
+ the Manager.GetServices() method instead.
+
Possible Errors: [service].Error.InvalidArguments
void SetProperty(string name, variant value)
Interface net.connman.Technology
Object path [variable prefix]/{technology0,technology1,...}
-Methods dict GetProperties()
+Methods dict GetProperties() [deprecated]
Returns properties for the technology object. See
the properties section for available properties.
+ Usage of this method is highly discouraged. Use
+ the Manager.GetTechnologies() method instead.
+
Possible Errors: [service].Error.InvalidArguments
void SetProperty(string name, variant value)