FreeSWITCH.Native.freeswitch.switch_xml_locate_group C# (CSharp) Method

switch_xml_locate_group() public static method

public static switch_xml_locate_group ( string group_name, string domain_name, SWIGTYPE_p_p_switch_xml root, SWIGTYPE_p_p_switch_xml domain, SWIGTYPE_p_p_switch_xml group, switch_event arg5 ) : switch_status_t
group_name string
domain_name string
root SWIGTYPE_p_p_switch_xml
domain SWIGTYPE_p_p_switch_xml
group SWIGTYPE_p_p_switch_xml
arg5 switch_event
return switch_status_t
        public static switch_status_t switch_xml_locate_group(string group_name, string domain_name, SWIGTYPE_p_p_switch_xml root, SWIGTYPE_p_p_switch_xml domain, SWIGTYPE_p_p_switch_xml group, switch_event arg5)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_xml_locate_group(group_name, domain_name, SWIGTYPE_p_p_switch_xml.getCPtr(root), SWIGTYPE_p_p_switch_xml.getCPtr(domain), SWIGTYPE_p_p_switch_xml.getCPtr(group), switch_event.getCPtr(arg5));
            return ret;
        }
freeswitch