diff options
Diffstat (limited to 'doc/manager-api.txt')
-rw-r--r-- | doc/manager-api.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/manager-api.txt b/doc/manager-api.txt new file mode 100644 index 00000000..c4a153de --- /dev/null +++ b/doc/manager-api.txt @@ -0,0 +1,22 @@ +Manager hierarchy +================= + +Service org.ofono +Interface org.ofono.Manager +Object path / + +Methods dict GetProperties() + + Returns all global system properties. See the + properties section for available properties. + + Possible Errors: [service].Error.InvalidArguments + +Signals PropertyChanged(string property, variant value) + + This signal indicates a changed value of the given + property. + +Properties array{object} Modems [readonly] + + List of all modem objects in the system. |