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

switch_core_get_variable() 공개 정적인 메소드

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