public interface CAConstants
| Modifier and Type | Field and Description |
|---|---|
static short |
CA_DEFAULT_PRIORITY
Default priority (corresponds to POSIX SCHED_OTHER)
|
static long |
CA_ECHO_TIMEOUT
Echo (state-of-health message) reponse timeput in ms.
|
static short |
CA_EXTENDED_MESSAGE_HEADER_SIZE
CA protocol message extedned header size.
|
static short |
CA_MAJOR_PROTOCOL_REVISION
CA protocol major revision (implemented by this library).
|
static short |
CA_MESSAGE_HEADER_SIZE
CA protocol message header size.
|
static short |
CA_MINOR_PROTOCOL_REVISION
CAC (client) protocol minor revision (implemented by this library).
|
static int |
CA_PORT_BASE
CA protocol port base.
|
static int |
CA_PROTO_ACCESS_RIGHT_READ
Read access right mask.
|
static int |
CA_PROTO_ACCESS_RIGHT_WRITE
Write access right mask.
|
static int |
CA_REPEATER_PORT
Default CA repeater port.
|
static short |
CA_SEARCH_DONTREPLY
Do not require response for CA search request.
|
static short |
CA_SEARCH_DOREPLY
Require response (even if not found) for CA search request over TCP.
|
static int |
CA_SERVER_PORT
Default CA server port.
|
static short |
CA_UNKNOWN_MINOR_PROTOCOL_REVISION
Unknown CA protocol minor revision.
|
static short |
CAS_MINOR_PROTOCOL_REVISION
CAS (server) protocol minor revision (implemented by this library).
|
static int |
MAX_STRING_SIZE
Max.
|
static int |
MAX_TCP_RECV
TCP maximum receive message size.
|
static int |
MAX_UDP_RECV
UDP maximum receive message size.
|
static int |
MAX_UDP_SEND
UDP maximum send message size.
|
static int |
UNREASONABLE_CHANNEL_NAME_LENGTH
Unreasonable channel name length.
|
static final short CA_MAJOR_PROTOCOL_REVISION
static final short CA_MINOR_PROTOCOL_REVISION
static final short CAS_MINOR_PROTOCOL_REVISION
static final short CA_UNKNOWN_MINOR_PROTOCOL_REVISION
static final int CA_PORT_BASE
static final int CA_SERVER_PORT
static final int CA_REPEATER_PORT
static final short CA_MESSAGE_HEADER_SIZE
static final short CA_EXTENDED_MESSAGE_HEADER_SIZE
static final int MAX_UDP_SEND
static final int MAX_UDP_RECV
static final int MAX_TCP_RECV
static final short CA_DEFAULT_PRIORITY
static final int CA_PROTO_ACCESS_RIGHT_READ
static final int CA_PROTO_ACCESS_RIGHT_WRITE
static final short CA_SEARCH_DONTREPLY
static final short CA_SEARCH_DOREPLY
static final long CA_ECHO_TIMEOUT
static final int MAX_STRING_SIZE
static final int UNREASONABLE_CHANNEL_NAME_LENGTH
Copyright © 2004-2020 EPICS. All Rights Reserved.