Add property for connection type
[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
15 Signals         PropertyChanged(string name, variant value)
16
17                         This signal indicates a changed value of the given
18                         property.
19
20 Properties      string Type [readonly]
21
22                         The connection type (for example wifi etc.)
23
24                 string IPv4.Method [readonly]
25
26                         Indicates the way how the IPv4 settings were
27                         configured. Possible values here are "dhcp"
28                         and "static".
29
30                 string IPv4.Address [readonly]
31
32                         Shows the current configured IPv4 address.