astxx::agi::result Struct Reference

#include <astxx/agi.h>

Collaboration diagram for astxx::agi::result:

Collaboration graph
[legend]

List of all members.


Detailed Description

Holds the result of an AGI command.

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.

The documentation for this struct was generated from the following file:

Generated on Thu Jul 3 01:32:48 2008 for Astxx by  doxygen 1.5.6