From de013cf92b3600bc722481a4e63e379a410685d4 Mon Sep 17 00:00:00 2001 From: Tim Kourt Date: Sun, 29 Jul 2018 15:33:02 -0700 Subject: [PATCH] doc: add Started property to ap and adhoc --- doc/access-point-api.txt | 4 ++++ doc/adhoc-api.txt | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/doc/access-point-api.txt b/doc/access-point-api.txt index 44335707..e69d63b4 100644 --- a/doc/access-point-api.txt +++ b/doc/access-point-api.txt @@ -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. diff --git a/doc/adhoc-api.txt b/doc/adhoc-api.txt index 08140546..ddea2736 100644 --- a/doc/adhoc-api.txt +++ b/doc/adhoc-api.txt @@ -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.