FreeSWITCH.Native.freeswitch.switch_xml_set_binding_sections C# (CSharp) 메소드

switch_xml_set_binding_sections() 공개 정적인 메소드

public static switch_xml_set_binding_sections ( SWIGTYPE_p_switch_xml_binding binding, uint sections ) : void
binding SWIGTYPE_p_switch_xml_binding
sections uint
리턴 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