From dc957b4d50cea795d501e2ef40ed61810f9da467 Mon Sep 17 00:00:00 2001 From: Nishanth V Date: Thu, 21 Apr 2016 09:19:38 +0530 Subject: doc: Add allowed-apns api doc --- doc/allowed-apns-api.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/allowed-apns-api.txt (limited to 'doc') diff --git a/doc/allowed-apns-api.txt b/doc/allowed-apns-api.txt new file mode 100644 index 00000000..6bc95d0a --- /dev/null +++ b/doc/allowed-apns-api.txt @@ -0,0 +1,17 @@ +Allowed APNs hierarchy +========================= + +Service org.ofono +Interface org.ofono.AllowedAccessPoints +Object path [variable prefix]/{modem0,modem1,...} + +Methods array{string} GetAllowedAccessPoints() + + Get the list of allowed access points provided + in the SIM card. + + This method returns an array of strings which + contains a list of Access Point Names supported + by network provider. Returns with an error if + SIM reading failed or an empty list if there + are no access points listed on the SIM. -- cgit v1.2.1