FreeSWITCH API Documentation
1.7.0
|
#include <switch_xml_config.h>
Data Fields | |
switch_bool_t | enforce_min |
uint32_t | min |
switch_bool_t | enforce_max |
uint32_t | max |
Definition at line 74 of file switch_xml_config.h.
switch_bool_t switch_xml_config_atomic_options_t::enforce_max |
Definition at line 77 of file switch_xml_config.h.
Referenced by switch_xml_config_parse_event().
switch_bool_t switch_xml_config_atomic_options_t::enforce_min |
Definition at line 75 of file switch_xml_config.h.
Referenced by switch_xml_config_parse_event().
uint32_t switch_xml_config_atomic_options_t::max |
Definition at line 78 of file switch_xml_config.h.
Referenced by switch_xml_config_parse_event().
uint32_t switch_xml_config_atomic_options_t::min |
Definition at line 76 of file switch_xml_config.h.
Referenced by switch_xml_config_parse_event().