#include <astxx/agi.h>

This class is only used internally by the agi class. It holds the response code from the AGI server, the message along with the code, and if applicable, the result code and any data with it.
Definition at line 209 of file agi.h.
Public Attributes | |
| int | code |
| The return code from the AGI command (200, 510, 520). | |
| std::string | data |
| Any data between ( and ). | |
| long | endpos |
| The value of endpos= if any. | |
| std::string | message |
| All the data after the return code. | |
| int | result |
| The result= value if it was an interger. | |
| std::string | result_string |
| The result= value as a string. | |
1.5.6