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.