summaryrefslogtreecommitdiffstats
path: root/doc/sim-api.txt
diff options
context:
space:
mode:
authorMarko Saukko <marko.saukko@gmail.com>2009-10-16 12:47:48 +0300
committerDenis Kenzior <denkenz@gmail.com>2009-10-16 11:01:09 -0500
commitc6f4a39ab787d269a31d1dfa45cab87a311a2be2 (patch)
treef21abed13a6455dcc3fe3e80c4c54b4756f3e92e /doc/sim-api.txt
parent2a8159b21b99108eb64a941c4b19e5be87488cbb (diff)
downloadofono-c6f4a39ab787d269a31d1dfa45cab87a311a2be2.tar.bz2
API: Documentation fixes
Diffstat (limited to 'doc/sim-api.txt')
-rw-r--r--doc/sim-api.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/sim-api.txt b/doc/sim-api.txt
index 11ee4c8c..9fe9a92b 100644
--- a/doc/sim-api.txt
+++ b/doc/sim-api.txt
@@ -12,22 +12,22 @@ Methods dict GetProperties()
Possible Errors: [service].Error.InvalidArguments
- ChangePin(string type, string oldpin, string newpin)
+ void ChangePin(string type, string oldpin, string newpin)
Changes the pin given by string type.
- EnterPin(string type, string pin)
+ void EnterPin(string type, string pin)
Enters the currently pending pin. The type value must
match the pin type being asked in the PinRequired
property.
- ResetPin(string type, string puk, string newpin)
+ void ResetPin(string type, string puk, string newpin)
Provides the unblock key to the modem and if correct
resets the pin to the new value of newpin.
- LockPin(string type, string pin)
+ void LockPin(string type, string pin)
Activates the lock for the particular pin type. The
device will ask for a PIN automatically next time the
@@ -35,7 +35,7 @@ Methods dict GetProperties()
re-inserter. The current PIN is required for the
operation to succeed.
- UnlockPin(string type, string pin)
+ void UnlockPin(string type, string pin)
Deactivates the lock for the particular pin type. The
current PIN is required for the operation to succeed.