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

_zstr() 공개 정적인 메소드

public static _zstr ( string s ) : int
s string
리턴 int
        public static int _zstr(string s)
        {
            int ret = freeswitchPINVOKE._zstr(s);
            return ret;
        }
freeswitch