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.