summaryrefslogtreecommitdiffstats
path: root/doc/sim-api.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sim-api.txt')
-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().