summaryrefslogtreecommitdiff
path: root/doc/lte-api.txt
blob: 8a2a97d9b69de47362eec020eac36c57b3f3c55c (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
33
34
35
LongTermEvolution Hierarchy

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


Methods		dict GetProperties()

			Returns all LongTermEvolution configuration properties.

		void SetProperty(string property, variant value)

			Changes the value of the specified property. Only
			properties that are listed as readwrite are
			changeable. On success a PropertyChanged signal
			will be emitted.

			Possible Errors: [service].Error.InProgress
					 [service].Error.InvalidArguments
					 [service].Error.Failed

Signals		PropertyChanged(string property, variant value)

			This signal indicates a changed value of the given
			property.

Properties	string DefaultAccessPointName [readwrite]

			On LongTermEvolution, contexts activate automatically.
			This property allows selection of an APN to be used on
			next automatic activation.

			Setting this property to an empty string clears the
			default APN from the modem.