| Package | Description |
|---|---|
| com.cosylab.epics.caj | |
| gov.aps.jca |
| Modifier and Type | Field and Description |
|---|---|
protected Channel.ConnectionState |
CAJChannel.connectionState
Connection status.
|
| Modifier and Type | Method and Description |
|---|---|
Channel.ConnectionState |
CAJChannel.getConnectionState() |
| Modifier and Type | Field and Description |
|---|---|
static Channel.ConnectionState |
Channel.CLOSED
Channel has been closed and destroyed.
|
static Channel.ConnectionState |
Channel.ConnectionState.CLOSED |
static Channel.ConnectionState |
Channel.CONNECTED
Channel is connected.
|
static Channel.ConnectionState |
Channel.ConnectionState.CONNECTED |
static Channel.ConnectionState |
Channel.DISCONNECTED
Channel is disconnected.
|
static Channel.ConnectionState |
Channel.ConnectionState.DISCONNECTED |
static Channel.ConnectionState |
Channel.NEVER_CONNECTED
Channel has never been connected.
|
static Channel.ConnectionState |
Channel.ConnectionState.NEVER_CONNECTED |
| Modifier and Type | Method and Description |
|---|---|
static Channel.ConnectionState |
Channel.ConnectionState.forName(String name) |
static Channel.ConnectionState |
Channel.ConnectionState.forValue(int value) |
abstract Channel.ConnectionState |
Channel.getConnectionState()
Returns the connection state of this channel.
|
Copyright © 2004-2020 EPICS. All Rights Reserved.