From 5f57fae2931c1a979f0ebf6984014490c1f93627 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 22 Sep 2009 00:12:05 -0500 Subject: Update sim-api with LockPin and UnlockPin --- doc/sim-api.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc/sim-api.txt') diff --git a/doc/sim-api.txt b/doc/sim-api.txt index 114826ff..caf2dc4d 100644 --- a/doc/sim-api.txt +++ b/doc/sim-api.txt @@ -28,6 +28,19 @@ Methods dict GetProperties() Provides the unblock key to the modem and if correct resets the pin to the new value of newpin. + LockPin(string type, string pin) + + Activates the lock for the particular pin type. The + device will ask for a PIN automatically next time the + device is turned on or the SIM is removed and + re-inserter. The current PIN is required for the + operation to succeed. + + UnlockPin(string type, string pin) + + Deactivates the lock for the particular pin type. The + current PIN is required for the operation to succeed. + Signals PropertyChanged(string name, variant value) This signal indicates a changed value of the given -- cgit v1.2.3