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

switch_iscntrl() public static method

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