summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2011-01-10 19:02:30 -0200
committerDenis Kenzior <denkenz@gmail.com>2011-01-10 15:42:36 -0600
commit8adbe25365f3957af818a9ed4efa6273170284f0 (patch)
treef0f5b03044dd6279f8cdb8bceb6915037d62dfd9
parenta4675c50aaf7c130a202abf51e00b9036f509246 (diff)
downloadofono-8adbe25365f3957af818a9ed4efa6273170284f0.tar.bz2
doc: detail Retries property
-rw-r--r--doc/sim-api.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/sim-api.txt b/doc/sim-api.txt
index 89c321ef..65c920d5 100644
--- a/doc/sim-api.txt
+++ b/doc/sim-api.txt
@@ -145,3 +145,15 @@ Properties boolean Present [readonly]
If BDN is enabled, oFono halts the SIM initialization
procedure and only emergency calls are allowed.
+
+ dict{string,byte} Retries [readonly]
+
+ Contains all the retry counters available. The possible
+ values for the first field are the same as in
+ PinRequired property. The second field contains is the
+ counter for that pin type.
+
+ This property is updated after each operation that
+ might have changed the retry counters, i.e. calls to
+ ChangePin(), EnterPin(), ResetPin() LockPin(),
+ UnlockPin().