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

switch_xml_set_binding_sections() public static method

public static switch_xml_set_binding_sections ( SWIGTYPE_p_switch_xml_binding binding, uint sections ) : void
binding SWIGTYPE_p_switch_xml_binding
sections uint
return void
        public static void switch_xml_set_binding_sections(SWIGTYPE_p_switch_xml_binding binding, uint sections)
        {
            freeswitchPINVOKE.switch_xml_set_binding_sections(SWIGTYPE_p_switch_xml_binding.getCPtr(binding), sections);
        }
freeswitch