ready()
描述
取得被呼叫的最后一个 GSMServer 函式执行的状态。
语法
server.ready()
参数
无参数
回传
int
:回传 0 表示最后呼叫的指令仍然在执行中,回传 1 表示执行成功,而回传大于 1 的值代表有错误发生
See also
- GSMServer
- beginWrite()
- write()
- endWrite()
- 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 into the public domain.