summaryrefslogtreecommitdiffstats
path: root/doc/message-api.txt
blob: 8d962fdc2d5de40e20a303accdd077bc401b9be7 (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
Message hierarchy
===============

Service		org.ofono
Interface	org.ofono.Message
Object path	[variable prefix]/{modem0,modem1,...}/{message_01,...}

Methods		dict GetProperties()

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

Signals		PropertyChanged(string name, variant value)

			This signal indicates a changed value of the given
			property.

Properties	string State

			Contains the state of the message object.  Possible
			values are:
				"pending",
				"sent",
				"failed"