描述 取得电信网路(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 类别实作诊断电信网路的功能。 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.
描述 重设 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 […]
描述 GSMModem 类别实作了诊断 Arduino GSM shield 的功能。 See also - begin() - 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 are released into the public domain.
描述 检查 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 […]
描述 取得 Arduino GSM shield 的 IMEI 码。在呼叫 GSMModem.getIMEI() 前必须先呼叫 GSMModem.begin()。 语法 modem.getIMEI() 参数 无参数 回传 String:IMEI 码 范例 See also - begin() 函式库参考主页面 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 […]
描述 停止监听用户端 语法 server.stop() 参数 无参数 回传 无回传值 See also - GSMServer - ready() - beginWrite() - write() - endWrite() - read() - available() 函式库参考主页面 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 […]
描述 取得连线中用户端的数量。 语法 server.available() 参数 none 回传 int:连线中的用户端数量 See also - GSMServer - ready() - beginWrite() - write() - endWrite() - read() - stop() 函式库参考主页面 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 […]
描述 读取用户端传送的资料中第一个字元。 read() 是从 Stream 继承而来。 语法 server.read() 参数 无参数 回传 int:回传待读资料中的第一个字元,如果没有资料可以读取回传 -1 See also - GSMServer - ready() - beginWrite() - write() - endWrite() - available() - stop() 函式库参考主页面 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 […]
描述 停止传送资料到用户端。 语法 server.endWrite() 参数 无参数 回传 无回传值 See also - GSMServer - ready() - beginWrite() - write() - read() - available() - stop() 函式库参考主页面 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 […]