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

switch_xml_parse_section_string() 공개 정적인 메소드

public static switch_xml_parse_section_string ( string str ) : uint
str string
리턴 uint
        public static uint switch_xml_parse_section_string(string str)
        {
            uint ret = freeswitchPINVOKE.switch_xml_parse_section_string(str);
            return ret;
        }
freeswitch