FreeSWITCH.Native.freeswitch.switch_isspace C# (CSharp) Метод

switch_isspace() публичный статический Метод

public static switch_isspace ( int c ) : int
c int
Результат int
        public static int switch_isspace(int c)
        {
            int ret = freeswitchPINVOKE.switch_isspace(c);
            return ret;
        }
freeswitch