summaryrefslogtreecommitdiffstats
path: root/doc/sim-api.txt
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-09-24 10:13:19 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-09-24 10:23:37 -0500
commit8e87dc5573e57b8df226c47f01fc901ba0d5f4c6 (patch)
treefaba3ac12662f54d1a9c2ac3aff76423636424dd /doc/sim-api.txt
parent5b2852d8b46630407f75934b3472bf8126fb4700 (diff)
downloadofono-8e87dc5573e57b8df226c47f01fc901ba0d5f4c6.tar.bz2
Update the sim-api with LockedPins property
Diffstat (limited to 'doc/sim-api.txt')
-rw-r--r--doc/sim-api.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/sim-api.txt b/doc/sim-api.txt
index f87dbebb..11ee4c8c 100644
--- a/doc/sim-api.txt
+++ b/doc/sim-api.txt
@@ -93,3 +93,13 @@ Properties string SubscriberIdentity [readonly, optional]
unblocking password is required
"corppuk" - Corporate personalization unblocking
password is required
+
+ array{string} LockedPins [readonly]
+
+ Contains the pins that are currently locked and will
+ require the user to enter the password at startup.
+ Using LockPin and UnlockPin will result in changes to
+ this property.
+
+ The list contains elements of the same format as the
+ PinRequired property.