From 73d98d88758e7be9244ee53e31785ff53947ba3f Mon Sep 17 00:00:00 2001 From: Andrew Zaborowski Date: Thu, 6 May 2021 23:28:28 +0200 Subject: [PATCH] doc: Daemon DBus interface documentation --- doc/daemon-api.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/daemon-api.txt diff --git a/doc/daemon-api.txt b/doc/daemon-api.txt new file mode 100644 index 00000000..439bf6f7 --- /dev/null +++ b/doc/daemon-api.txt @@ -0,0 +1,24 @@ +Daemon hierarchy +================ + +Service net.connman.iwd +Interface net.connman.iwd.Daemon [Experimental] +Object path /net/connman/iwd + +Methods dict GetInfo() + + Returns basic IWD daemon's status and configuration + properties. Their values are global and may be useful + for D-Bus clients interacting with IWD, not so much + for the user. The returned dictionary (a{sv}) maps + string keys to values of types defined per key. + Clients should ignore unknown keys. + + The following key/value pairs are defined currently: + + string Version - IWD release version, + + string StateDirectory - Absolute path to the IWD + state directory where network configuration and + runtime state files are kept (see $STATE_DIRECTORY in + iwd(8) and iwd.network(5)).