FreeSWITCH.Native.freeswitch.switch_xml_parse_section_string C# (CSharp) Méthode

switch_xml_parse_section_string() public static méthode

public static switch_xml_parse_section_string ( string str ) : uint
str string
Résultat uint
        public static uint switch_xml_parse_section_string(string str)
        {
            uint ret = freeswitchPINVOKE.switch_xml_parse_section_string(str);
            return ret;
        }
freeswitch