checkPUK()
描述
通過 PUK 碼的認證並且啟用新的 PIN 碼。
語法
pin.checkPUK(puk, pin)
參數
puk
:存放 PUK 碼的 String 物件
pin
:存放 PIN 碼的 String 物件
回傳
int
:執行成功回傳 0,反之回傳 -1
See also
- GSMPIN
- begin()
- isPIN()
- checkPIN()
- changePIN()
- switchPIN()
- checkReg()
- getPINUsed()
- setPINUsed()
The text of the 86Duino reference is a modification of the Arduino reference, and is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.