FreeSWITCH.Native.freeswitch._zstr C# (CSharp) Method

_zstr() public static method

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