Part of wader.common.protocol.WCDMADeviceConnection
oldpin
to newpin
in the SIM card
Parameters | oldpin | (type: str
) |
newpin | (type: str
) | |
Returns | If everything goes well, it will return an 'OK' through the callback, otherwise it will raise an exception. | |
Raises | common.exceptions.ATError | When the password is incorrect. |
common.exceptions.CMEErrorIncorrectPassword | When the password is incorrect. | |
common.exceptions.InputValueError | When the PIN != \d{4} |