doc: Add Adapter API documentation

This commit is contained in:
Denis Kenzior 2016-11-07 11:55:07 -06:00
parent 0b98f75dda
commit ee074153ed
1 changed files with 19 additions and 0 deletions

19
doc/adapter-api.txt Normal file
View File

@ -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.