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

switch_char_to_float() 공개 정적인 메소드

public static switch_char_to_float ( string c, SWIGTYPE_p_float f, int len ) : int
c string
f SWIGTYPE_p_float
len int
리턴 int
        public static int switch_char_to_float(string c, SWIGTYPE_p_float f, int len)
        {
            int ret = freeswitchPINVOKE.switch_char_to_float(c, SWIGTYPE_p_float.getCPtr(f), len);
            return ret;
        }
freeswitch