doc: add Started property to ap and adhoc

This commit is contained in:
Tim Kourt 2018-07-29 15:33:02 -07:00 committed by Denis Kenzior
parent efe45e4180
commit de013cf92b
2 changed files with 9 additions and 0 deletions

View File

@ -24,3 +24,7 @@ Methods void Start(string ssid, string psk)
Possible errors: net.connman.iwd.Busy
net.connman.iwd.Failed
net.connman.iwd.InvalidArgs
Properties boolean Started [readonly]
Reflects whether an access point has been started.

View File

@ -39,3 +39,8 @@ Properties string[] ConnectedPeers [readonly]
List of peer MAC addresses that have successfully
connected to the Ad-Hoc network.
boolean Started [readonly]
Reflects whether an Ad-Hoc network has been started or
joined.