Articles Posted by the Author:

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


  • getCurrentCarrier()

    getCurrentCarrier()

    描述 取得电信网路(network carrier)的名称。 语法 scanner.getCurrentCarrier() 参数 无参数 回传 String:电信网路的名称 See also - GSMScanner - begin() - getSignalStrength() - readNetworks() 函式库参考主页面 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.


  • GSMScanner Constructor

    GSMScanner Constructor

    描述 GSMScanner 类别实作诊断电信网路的功能。 See also - begin() - getCurrentCarrier() - getSignalStrength() 函式库参考主页面 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.


  • begin()

    begin()

    描述 重设 Arduino GSM shield。 语法 scanner.begin() 参数 无参数 回传 int:如果 Arduino GSM shield 状态正常回传 1,如果回传不是 1 ,代表有错误发生 See also - GSMScanner - getCurrentCarrier() - getSignalStrength() 函式库参考主页面 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 […]


  • begin()

    begin()

    描述 检查 Arduino GSM shield 的状态并且重新启动。在呼叫 GSMModem.getIMEI() 前必须先呼叫 GSMModem.begin()。 语法 modem.begin() 参数 无参数 回传 int:如果 Arduino GSM shield 状态正常回传 1,如果回传不是 1 ,代表有错误发生 See also - getIMEI() 函式库参考主页面 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 […]