From 8adbe25365f3957af818a9ed4efa6273170284f0 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Mon, 10 Jan 2011 19:02:30 -0200 Subject: [PATCH] doc: detail Retries property --- doc/sim-api.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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().