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

switch_xml_get_binding_sections() public static method

public static switch_xml_get_binding_sections ( SWIGTYPE_p_switch_xml_binding binding ) : uint
binding SWIGTYPE_p_switch_xml_binding
return uint
        public static uint switch_xml_get_binding_sections(SWIGTYPE_p_switch_xml_binding binding)
        {
            uint ret = freeswitchPINVOKE.switch_xml_get_binding_sections(SWIGTYPE_p_switch_xml_binding.getCPtr(binding));
            return ret;
        }
freeswitch