FreeSWITCH.Native.freeswitch.switch_isgraph C# (CSharp) Méthode

switch_isgraph() public static méthode

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