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

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

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