FreeSWITCH API Documentation  1.7.0
Data Fields
switch_xml_config_string_options_t Struct Reference

#include <switch_xml_config.h>

+ Collaboration diagram for switch_xml_config_string_options_t:

Data Fields

switch_memory_pool_tpool
 
switch_size_t length
 
char * validation_regex
 

Detailed Description

Definition at line 59 of file switch_xml_config.h.

Field Documentation

switch_size_t switch_xml_config_string_options_t::length

Definition at line 61 of file switch_xml_config.h.

Referenced by switch_xml_config_parse_event().

switch_memory_pool_t* switch_xml_config_string_options_t::pool

Definition at line 60 of file switch_xml_config.h.

Referenced by switch_xml_config_parse_event().

char* switch_xml_config_string_options_t::validation_regex

Definition at line 62 of file switch_xml_config.h.

Referenced by switch_xml_config_parse_event().


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