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