Represents the <methodResponse> element with response <params> and <fault>.
More...
#include <xml-rpc.h>
|
struct params * | params |
| response parameters
|
|
struct fault * | fault |
| response fault
|
|
struct soap * | soap |
| ref to soap struct that manages this type
|
|
Represents the <methodResponse> element with response <params> and <fault>.
methodResponse::methodResponse |
( |
| ) |
|
methodResponse::methodResponse |
( |
struct soap * |
| ) |
|
struct value& methodResponse::get_fault |
( |
void |
| ) |
|
|
read |
struct value& methodResponse::operator[] |
( |
int |
| ) |
|
|
read |
response parameter accessor index
int methodResponse::recv |
( |
| ) |
|
int methodResponse::send |
( |
| ) |
|
struct value& methodResponse::set_fault |
( |
const char * |
| ) |
|
|
read |
struct value& methodResponse::set_fault |
( |
struct value & |
| ) |
|
|
read |
struct fault* methodResponse::fault |
struct params* methodResponse::params |
struct soap* methodResponse::soap |
ref to soap struct that manages this type
The documentation for this struct was generated from the following file: