From ee074153edbc2c4ec3f958ebbfb28797d80191fd Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 7 Nov 2016 11:55:07 -0600 Subject: [PATCH] doc: Add Adapter API documentation --- doc/adapter-api.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/adapter-api.txt diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt new file mode 100644 index 00000000..453fd604 --- /dev/null +++ b/doc/adapter-api.txt @@ -0,0 +1,19 @@ +Adapter hierarchy +================ + +Service net.connman.iwd +Interface net.connman.iwd.Adapter [Experimental] +Object path /{phy0,phy1,...} + +Properties boolean Powered [readwrite] + + True if the adapter is powered. If false, the + all of adapter's devices are powered down. + + string Model [readonly, optional] + + Contains the model name of the adapter, if available. + + string Vendor [readonly, optional] + + Contains the vendor name of the adapter, if available.