summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDragos Tatulea <dragos@endocode.com>2016-11-10 17:55:53 +0100
committerDenis Kenzior <denkenz@gmail.com>2016-11-11 10:47:30 -0600
commit4422ab43c69e336b64f0aed1940b0d71e66ad412 (patch)
treee5070eac6d864462a8b34c6b0a6f60608fffb3bb /doc
parent217efa7f25d9906e99597e6cb94e2c33f799cb90 (diff)
downloadofono-4422ab43c69e336b64f0aed1940b0d71e66ad412.tar.gz
doc: add lte atom documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/lte-api.txt35
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/lte-api.txt b/doc/lte-api.txt
new file mode 100644
index 00000000..8a2a97d9
--- /dev/null
+++ b/doc/lte-api.txt
@@ -0,0 +1,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.