FreeSWITCH.Native.freeswitch.switch_iscntrl C# (CSharp) 메소드

switch_iscntrl() 공개 정적인 메소드

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