summaryrefslogtreecommitdiff
path: root/doc/profile-api.txt
blob: b30f41874b5851c16288452ed5489fb462bacb57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Profile hierarchy
=================

Service		org.moblin.connman
Interface	org.moblin.connman.Profile
Object path	[variable prefix]/{profile0,profile1,...}

Methods		dict GetProperties()

			Returns properties for the profile object. See
			the properties section for available properties.

			Possible Errors: [service].Error.InvalidArguments

Signals		PropertyChanged(string name, variant value)

			This signal indicates a changed value of the given
			property.

Properties	string Name [readonly]

			Name of this profile.

		boolean OfflineMode [readwrite]

			The offline mode indicates the setting for switching
			all radios on or off. Changing offline mode to true
			results in powering down all devices.

		array{object} Services [readonly]

			List of service objects.