ready()

描述

取得被呼叫的最後一個 GSMVoiceCall 函式執行的狀態。

語法


voice.ready()

參數

無參數

回傳

int:在非同步模式中回傳 0 表示最後呼叫的指令仍然在執行中,回傳 1 表示執行成功,而回傳大於 1 的值代表有錯誤發生;在同步模式中回傳 1 表示執行成功,回傳 0 表示執行失敗

See also

GSMVoiceCall
getVoiceCallStatus()
voiceCall()
answerCall()
hangCall()
retrieveCallingNumber()


函式庫參考主頁面

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.