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

switch_isgraph() public static method

public static switch_isgraph ( int c ) : int
c int
return int
        public static int switch_isgraph(int c)
        {
            int ret = freeswitchPINVOKE.switch_isgraph(c);
            return ret;
        }
freeswitch