Kannel: Open Source WAP and SMS gateway  svn-r5335
xmlrpc_scalar Struct Reference

Data Fields

int s_type
 
Octstrs_str
 
long s_int
 
int s_bool
 
double s_double
 
Octstrs_date
 
Octstrs_base64
 

Detailed Description

Definition at line 125 of file xmlrpc.c.

Field Documentation

◆ s_base64

Octstr* xmlrpc_scalar::s_base64

◆ s_bool

int xmlrpc_scalar::s_bool

Definition at line 129 of file xmlrpc.c.

Referenced by xmlrpc_scalar_create(), xmlrpc_scalar_get_content(), and xmlrpc_scalar_print().

◆ s_date

Octstr* xmlrpc_scalar::s_date

◆ s_double

double xmlrpc_scalar::s_double

Definition at line 130 of file xmlrpc.c.

Referenced by xmlrpc_scalar_create(), xmlrpc_scalar_get_content(), and xmlrpc_scalar_print().

◆ s_int

long xmlrpc_scalar::s_int

Definition at line 128 of file xmlrpc.c.

Referenced by xmlrpc_scalar_create(), xmlrpc_scalar_get_content(), and xmlrpc_scalar_print().

◆ s_str

Octstr* xmlrpc_scalar::s_str

◆ s_type

int xmlrpc_scalar::s_type

The documentation for this struct was generated from the following file:
See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.