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

switch_cut_path() 공개 정적인 메소드

public static switch_cut_path ( string arg0 ) : string
arg0 string
리턴 string
        public static string switch_cut_path(string arg0)
        {
            string ret = freeswitchPINVOKE.switch_cut_path(arg0);
            return ret;
        }
freeswitch