summaryrefslogtreecommitdiff
path: root/doc/service-api.txt
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-12-20 13:32:05 -0800
committerMarcel Holtmann <marcel@holtmann.org>2009-12-20 13:32:05 -0800
commitca1df4353f0ed7873fbc6e835f1f2972bbb55feb (patch)
treee6929821dfc2462ebc275090c64ca47c3502e91f /doc/service-api.txt
parent5b1c118c543bb2bde58878cadb509558c28acbb8 (diff)
downloadconnman-ca1df4353f0ed7873fbc6e835f1f2972bbb55feb.tar.gz
connman-ca1df4353f0ed7873fbc6e835f1f2972bbb55feb.tar.bz2
connman-ca1df4353f0ed7873fbc6e835f1f2972bbb55feb.zip
Add basic support for immutable services
Diffstat (limited to 'doc/service-api.txt')
-rw-r--r--doc/service-api.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/service-api.txt b/doc/service-api.txt
index caf1dbe8..1fe37ea4 100644
--- a/doc/service-api.txt
+++ b/doc/service-api.txt
@@ -214,6 +214,15 @@ Properties string State [readonly]
it back to false the Remove() method needs to be
used.
+ boolean Immutable [readonly]
+
+ This value will be set to true if the service is
+ configured externally via a configuration file.
+
+ The only valid operation are Connect() and of
+ course Disconnect(). The Remove() method will
+ result in an error.
+
boolean AutoConnect [readwrite]
If set to true, this service will auto-connect