summaryrefslogtreecommitdiffstats
path: root/doc/manager-api.txt
blob: 1cdedec3a19507efd6e21cc7645f7005f4409640 (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
Manager hierarchy
=================

Service		org.ofono
Interface	org.ofono.Manager
Object path	/

Methods		array{object,dict} GetModems()

			Get an array of modem objects and properties
			that represents the currently attached modems.

			This method call should only be used once when an
			application starts up.  Further modem additions
			and removal shall be monitored via ModemAdded and
			ModemRemoved signals.

Signals		ModemAdded(object path, dict properties)

			Signal that is sent when a new modem is added.  It
			contains the object path of new modem and also its
			properties.

		ModemRemoved(object path)

			Signal that is sent when a modem has been removed.
			The object path is no longer accessible after this
			signal and only emitted for reference.