Articles Posted in the " " Category

  • checkReg()

    checkReg()

    描述 检查 Arduino GSM shield 是否已在 GSM/GPRS 网路注册。 语法 pin.checkReg() 参数 无参数 回传 int:回传 0 表示 Arduino GSM shield 已注册上网路,回传 1 表示 Arduino GSM shield 目前是漫游的状态,回传 -1 表示有错误发生 See also - GSMPIN - begin() - isPIN() - checkPIN() - checkPUK() - changePIN() - switchPIN() - getPINUsed() - setPINUsed() 函式库参考主页面 The text of the 86Duino reference […]


  • switchPIN()

    switchPIN()

    描述 启动或关闭 PIN 码锁定。 语法 pin.switchPIN(pin) 参数 pin:存放 PIN 码的 String 物件 回传 无回传值 See also - GSMPIN - begin() - isPIN() - checkPIN() - checkPUK() - changePIN() - checkReg() - getPINUsed() - setPINUsed() 函式库参考主页面 The text of the 86Duino reference is a modification of the Arduino reference, and is licensed under a Creative Commons […]


  • changePIN()

    changePIN()

    描述 修改 PIN 码。 语法 pin.changePIN(oldPIN, newPIN) 参数 oldPIN:存放旧有 PIN 码的 String 物件 newPIN:存放新 PIN 码的 String 物件 回传 无回传值 See also - GSMPIN - begin() - isPIN() - checkPIN() - checkPUK() - switchPIN() - checkReg() - getPINUsed() - setPINUsed() 函式库参考主页面 The text of the 86Duino reference is a modification of the Arduino reference, and […]


  • checkPUK()

    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 […]


  • checkPIN()

    checkPIN()

    描述 解除 SIM 卡的 PIN 码锁定。 语法 pin.checkPIN(PIN) 参数 PIN:存放 PIN 码的 String 物件 回传 int:如果 PIN 码通过验证回传 0,反之回传 -1 See also - GSMPIN - begin() - isPIN() - checkPUK() - changePIN() - switchPIN() - checkReg() - getPINUsed() - setPINUsed() 函式库参考主页面 The text of the 86Duino reference is a modification of the Arduino reference, and […]


  • isPIN()

    isPIN()

    描述 检查 SIM 卡目前是否被锁上。 语法 pin.isPIN() 参数 无参数 回传 int:回传 0 表示 SIM 卡的 PIN 锁已被解开,回传 1 表示 SIM 卡的 PIN 锁尚未解开,回传 -1 表示 SIM 卡的 PUK 锁尚未解开,回传 -2 表示有错误发生 See also - GSMPIN - begin() - checkPIN() - checkPUK() - changePIN() - switchPIN() - checkReg() - getPINUsed() - setPINUsed() 函式库参考主页面 The text of the […]


  • begin()

    begin()

    描述 检查 Arduino GSM shield 的状态并且重新启动。 语法 pin.begin() 参数 无参数 回传 int:如果 Arduino GSM shield 状态正常回传 1,如果回传不是 1 ,代表有错误发生 See also - GSMPIN - isPIN() - checkPIN() - checkPUK() - changePIN() - switchPIN() - checkReg() - getPINUsed() - setPINUsed() 函式库参考主页面 The text of the 86Duino reference is a modification of the Arduino reference, and is […]


  • GSMPIN constructor

    GSMPIN constructor

    描述 GSMPIN 类别实作与 SIM 卡沟通的功能 。 函式 - begin() - isPIN() - checkPIN() - checkPUK() - 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 […]


  • readNetworks()

    readNetworks()

    描述 搜寻接收的到的电信网路(network carrier)并且回传这个列表。 语法 scanner.readNetworks() 参数 无参数 回传 String:电信网路的列表 See also - GSMScanner - begin() - getCurrentCarrier() 函式库参考主页面 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.


  • getSignalStrength()

    getSignalStrength()

    描述 回传网路讯号强度。 语法 scanner.getSignalStrength() 参数 无参数 回传 String:讯号强度的范围是 0~31,31 意味着强度 > 51dBm,回传 99 表示没有侦测不到 See also - GSMScanner - begin() - getCurrentCarrier() 函式库参考主页面 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 […]