FreeSWITCH API Documentation  1.7.0
Data Fields
switch_xml_config_int_options_t Struct Reference

#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
 

Detailed Description

Definition at line 67 of file switch_xml_config.h.

Field Documentation

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().


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