Package apple.cfnetwork.enums
Class CFNetDiagnosticStatusValues
- java.lang.Object
-
- apple.cfnetwork.enums.CFNetDiagnosticStatusValues
-
public final class CFNetDiagnosticStatusValues extends java.lang.ObjectCFNetDiagnosticStatusValues Discussion: Values for CFNetDiagnosticStatus
-
-
Field Summary
Fields Modifier and Type Field Description static intConnectionDownThe connection does not appear to be workingstatic intConnectionIndeterminateThe connection appears to be workingstatic intConnectionUpThe connection appears to be workingstatic intErrAn error occured that prevented the call from completingstatic intNoErrThere is no status, but no error has occured
-
-
-
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
-
-