FreeSWITCH API Documentation
1.7.0
|
A configuration instruction read by switch_xml_config_parse. More...
#include <switch_xml_config.h>
Data Fields | |
const char * | key |
switch_xml_config_type_t | type |
int | flags |
void * | ptr |
const void * | defaultvalue |
void * | data |
switch_xml_config_callback_t | function |
const char * | syntax |
const char * | helptext |
A configuration instruction read by switch_xml_config_parse.
Definition at line 101 of file switch_xml_config.h.
void* switch_xml_config_item::data |
Definition at line 107 of file switch_xml_config.h.
Referenced by switch_xml_config_cleanup(), and switch_xml_config_parse_event().
const void* switch_xml_config_item::defaultvalue |
Definition at line 106 of file switch_xml_config.h.
Referenced by switch_xml_config_parse_event().
int switch_xml_config_item::flags |
Definition at line 104 of file switch_xml_config.h.
switch_xml_config_callback_t switch_xml_config_item::function |
Definition at line 108 of file switch_xml_config.h.
Referenced by switch_xml_config_cleanup(), and switch_xml_config_parse_event().
const char* switch_xml_config_item::helptext |
Definition at line 110 of file switch_xml_config.h.
const char* switch_xml_config_item::key |
Definition at line 102 of file switch_xml_config.h.
Referenced by switch_xml_config_cleanup(), and switch_xml_config_parse_event().
void* switch_xml_config_item::ptr |
Definition at line 105 of file switch_xml_config.h.
Referenced by switch_xml_config_cleanup(), and switch_xml_config_parse_event().
const char* switch_xml_config_item::syntax |
Definition at line 109 of file switch_xml_config.h.
switch_xml_config_type_t switch_xml_config_item::type |
Definition at line 103 of file switch_xml_config.h.
Referenced by switch_xml_config_cleanup(), and switch_xml_config_parse_event().