ready()
Description
Reports if the previous voice command has executed successfully
Syntax
voice.ready()
Parameters
none
Returns
int
In asynchronous mode, ready()
returns 0 if the last command is still executing, 1 if there is success, and >1 in case of an error. In synchronous mode, it returns 1 if it executed successfully, 0 if not.
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.