public final class CFNetDiagnosticStatusValues
extends java.lang.Object
Discussion: Values for CFNetDiagnosticStatus
| Modifier and Type | Field and 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 occurred that prevented the call from completing
|
static int |
NoErr
There is no status, but no error has occurred
|
public static final int NoErr
public static final int Err
public static final int ConnectionUp
public static final int ConnectionIndeterminate
public static final int ConnectionDown