Add first draft of Connection interface API
[connman] / doc / connection-api.txt
1 Connection hierarchy
2 ====================
3
4 Service         org.moblin.connman
5 Interface       org.moblin.connman.Connection
6 Object path     [variable prefix]/{connection0,connection1,...}
7
8 Methods         dict GetProperties()
9
10                         Returns properties for the connection 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 IPv4.Method [readonly]
22
23                         Indicates the way how the IPv4 settings were
24                         configured. Possible values here are "dhcp"
25                         and "static".
26
27                 string IPv4.Address [readonly]
28
29                         Shows the current configured IPv4 address.
30