Part of wader.common.protocol.WCDMADeviceConnection
| Parameters | pin | (type: int
) |
| 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 PIN is incorrect. |
| common.exceptions.CMEErrorIncorrectPassword | When the PIN is incorrect. | |
| common.exceptions.InputValueError | When the PIN != \d{4} | |