4 Service org.moblin.connman
5 Interface org.moblin.connman.Manager
8 Methods dict GetProperties()
10 Returns all global system properties. See the
11 properties section for available properties.
13 Possible Errors: [service].Error.InvalidArguments
14 [service].Error.DoesNotExist
16 void SetProperty(string name, variant value)
18 Changes the value of the specified property. Only
19 properties that are listed as read-write are
20 changeable. On success a PropertyChanged signal
23 Possible Errors: [service].Error.InvalidArguments
24 [service].Error.DoesNotExist
26 void RegisterAgent(object path)
28 Register new agent for handling user requests.
30 Possible Errors: [service].Error.InvalidArguments
32 void UnregisterAgent(object path)
34 Unregister an existing agent.
36 Possible Errors: [service].Error.InvalidArguments
38 Signals PropertyChanged(string name, variant value)
40 This signal indicates a changed value of the given
43 Properties string State [readonly]
45 The global connection state of a system. Possible
46 values are "online" if at least one connection exists
47 and "offline" if no device is connected.
49 array{object} Profiles [readonly]
51 List of profile object paths.
53 array{object} Devices [readonly]
55 List of device object paths.
57 array{object} Connections [readonly]
59 List of active connection object paths.