doc: Update APIs with the new root path

This commit is contained in:
Denis Kenzior 2019-10-28 11:30:44 -05:00
parent 00a427f430
commit ab5a1d5d7d
9 changed files with 9 additions and 9 deletions

View File

@ -3,7 +3,7 @@ Access Point hiearchy
Service net.connman.iwd Service net.connman.iwd
Interface net.connman.iwd.AccessPoint [Experimental] Interface net.connman.iwd.AccessPoint [Experimental]
Object path /{phy0,phy1,...}/{1,2,...} Object path /net/connman/iwd/{phy0,phy1,...}/{1,2,...}
Methods void Start(string ssid, string psk) Methods void Start(string ssid, string psk)

View File

@ -3,7 +3,7 @@ Adapter hierarchy
Service net.connman.iwd Service net.connman.iwd
Interface net.connman.iwd.Adapter [Experimental] Interface net.connman.iwd.Adapter [Experimental]
Object path /{phy0,phy1,...} Object path /net/connman/iwd/{phy0,phy1,...}
Properties boolean Powered [readwrite] Properties boolean Powered [readwrite]

View File

@ -3,7 +3,7 @@ Ad-Hoc hiearchy
Service net.connman.iwd Service net.connman.iwd
Interface net.connman.iwd.AdHoc [Experimental] Interface net.connman.iwd.AdHoc [Experimental]
Object path /{phy0,phy1,...}/{1,2,...} Object path /net/connman/iwd/{phy0,phy1,...}/{1,2,...}
Methods void Start(string ssid, string psk) Methods void Start(string ssid, string psk)

View File

@ -3,7 +3,7 @@ Agent Manager hierarchy
Service net.connman.iwd Service net.connman.iwd
Interface net.connman.iwd.AgentManager Interface net.connman.iwd.AgentManager
Object path / Object path /net/connman/iwd
Methods void RegisterAgent(object path) Methods void RegisterAgent(object path)

View File

@ -3,7 +3,7 @@ Device hierarchy
Service net.connman.iwd Service net.connman.iwd
Interface net.connman.iwd.Device [Experimental] Interface net.connman.iwd.Device [Experimental]
Object path /{phy0,phy1,...}/{1,2,...} Object path /net/connman/iwd/{phy0,phy1,...}/{1,2,...}
Properties string Name [readonly] Properties string Name [readonly]

View File

@ -3,7 +3,7 @@ KnownNetwork hierarchy
Service net.connman.iwd Service net.connman.iwd
Interface net.connman.iwd.KnownNetwork [Experimental] Interface net.connman.iwd.KnownNetwork [Experimental]
Object path /Xxx Object path /net/connman/iwd/Xxx
Methods void Forget() Methods void Forget()

View File

@ -3,7 +3,7 @@ Network hierarchy
Service net.connman.iwd Service net.connman.iwd
Interface net.connman.iwd.Network [Experimental] Interface net.connman.iwd.Network [Experimental]
Object path /{phy0,phy1,...}/{1,2,...}/Xxx Object path /net/connman/iwd/{phy0,phy1,...}/{1,2,...}/Xxx
Methods void Connect() Methods void Connect()

View File

@ -3,7 +3,7 @@ Station hierarchy
Service net.connman.iwd Service net.connman.iwd
Interface net.connman.iwd.Station [Experimental] Interface net.connman.iwd.Station [Experimental]
Object path /{phy0,phy1,...}/{1,2,...} Object path /net/connman/iwd/{phy0,phy1,...}/{1,2,...}
Methods void Scan() Methods void Scan()

View File

@ -3,7 +3,7 @@ SimpleConfiguration hierarchy
Service net.connman.iwd Service net.connman.iwd
Interface net.connman.iwd.SimpleConfiguration Interface net.connman.iwd.SimpleConfiguration
Object path /{phy0,phy1,...}/{1,2,...} Object path /net/connman/iwd/{phy0,phy1,...}/{1,2,...}
Methods void PushButton() Methods void PushButton()