setPinUsed()
描述
設定 PIN 鎖的狀態。
語法
pin.setPinUsed(used)
參數
used
:傳入 true
設定狀態為鎖上,傳入 false
設定狀態為沒鎖上
回傳
無回傳值
See also
- GSMPIN
- begin()
- isPIN()
- checkPIN()
- checkPUK()
- changePIN()
- switchPIN()
- checkReg()
- getPINUsed()
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.