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

getGlobalVariable() 공개 정적인 메소드

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