0e5b13e65b0fcd972ef1105096d21995b2448661
[connman] / doc / service-api.txt
1 Service hierarchy
2 =================
3
4 Service         org.moblin.connman
5 Interface       org.moblin.connman.Service
6 Object path     [variable prefix]/{service0,service1,...}
7
8 Methods         dict GetProperties()
9
10                         Returns properties for the service object. See
11                         the properties section for available properties.
12
13                         Possible Errors: [service].Error.InvalidArguments
14                                          [service].Error.DoesNotExist
15
16 Signals         PropertyChanged(string name, variant value)
17
18                         This signal indicates a changed value of the given
19                         property.
20
21 Properties      string Identifier [readonly]
22
23                         Unique identifier for this service.