Class CFNetDiagnosticStatusValues


  • public final class CFNetDiagnosticStatusValues
    extends java.lang.Object
    CFNetDiagnosticStatusValues Discussion: Values for CFNetDiagnosticStatus
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ConnectionDown
      The connection does not appear to be working
      static int ConnectionIndeterminate
      The connection appears to be working
      static int ConnectionUp
      The connection appears to be working
      static int Err
      An error occured that prevented the call from completing
      static int NoErr
      There is no status, but no error has occured
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NoErr

        public static final int NoErr
        There is no status, but no error has occured
        See Also:
        Constant Field Values
      • Err

        public static final int Err
        An error occured that prevented the call from completing
        See Also:
        Constant Field Values
      • ConnectionUp

        public static final int ConnectionUp
        The connection appears to be working
        See Also:
        Constant Field Values
      • ConnectionIndeterminate

        public static final int ConnectionIndeterminate
        The connection appears to be working
        See Also:
        Constant Field Values
      • ConnectionDown

        public static final int ConnectionDown
        The connection does not appear to be working
        See Also:
        Constant Field Values