doc: detail Retries property

This commit is contained in:
Lucas De Marchi 2011-01-10 19:02:30 -02:00 committed by Denis Kenzior
parent a4675c50aa
commit 8adbe25365
1 changed files with 12 additions and 0 deletions

View File

@ -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().