public interface ATCommandResponseListener
ATCommand, 
ATCommandListener| Modifier and Type | Method and Description | 
|---|---|
| void | ATResponse(String Response)Callback method for passing the response to a call of the non blocking
 version of the ATCommand.send function. | 
void ATResponse(String Response)
Response - The response to the sent AT command. It is possible that null
                 is passed to this function in case of an error.ATCommand, 
ATCommand.send(String)