public class EsfConnectionStatus extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CONNECTED
a connection to the field device currently exists.
|
static int |
CONNECTING
attempting to connect to field device, this is a transient state
|
static int |
DISCONNECTED
attempts have been made to connect to the device, but currently
no connection exists
|
static int |
DISCONNECTING
attempting to disconnect from the field device.
|
static int |
NEVERCONNECTED
initial state for any connection
|
Constructor and Description |
---|
EsfConnectionStatus() |
public static final int NEVERCONNECTED
public static final int DISCONNECTED
public static final int CONNECTING
public static final int CONNECTED
public static final int DISCONNECTING
Copyright © 2013. All Rights Reserved.