Update sim-api.txt: ChangePin no longer disables pin.

This commit is contained in:
Andrzej Zaborowski 2009-09-23 23:17:06 +02:00 committed by Denis Kenzior
parent cfcf7e6516
commit abe12c66bd
1 changed files with 1 additions and 2 deletions

View File

@ -14,8 +14,7 @@ Methods dict GetProperties()
ChangePin(string type, string oldpin, string newpin)
Changes the pin given by string type. If newpin is
empty, this has the effect of disabling the pin.
Changes the pin given by string type.
EnterPin(string type, string pin)