|
RTS API Documentation
1.10.11
|
#include <switch_xml_config.h>
Collaboration diagram for switch_xml_config_int_options_t:Data Fields | |
| switch_bool_t | enforce_min |
| int | min |
| switch_bool_t | enforce_max |
| int | max |
Definition at line 67 of file switch_xml_config.h.
| switch_bool_t switch_xml_config_int_options_t::enforce_max |
Definition at line 70 of file switch_xml_config.h.
Referenced by switch_xml_config_parse_event().
| switch_bool_t switch_xml_config_int_options_t::enforce_min |
Definition at line 68 of file switch_xml_config.h.
Referenced by switch_xml_config_parse_event().
| int switch_xml_config_int_options_t::max |
Definition at line 71 of file switch_xml_config.h.
Referenced by switch_xml_config_parse_event().
| int switch_xml_config_int_options_t::min |
Definition at line 69 of file switch_xml_config.h.
Referenced by switch_xml_config_parse_event().
1.8.13