public class ProtocolConnectionType
extends java.lang.Object
The idea behind providing connection types is for future support of a protocol connection layer to unload some of the work from the individual protocol implementations.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROTOCOL_CONNECTION_TYPE_ETHER_TCP
protocol specifically connects using a TCP socket connection
|
static java.lang.String |
PROTOCOL_CONNECTION_TYPE_ETHER_UDP
protocol specifically connects using UDP datagrams
|
static java.lang.String |
PROTOCOL_CONNECTION_TYPE_ETHERNET
protocol connects over Ethernet.
|
static java.lang.String |
PROTOCOL_CONNECTION_TYPE_NONE
protocol specifically does not connect to a physical device.
|
static java.lang.String |
PROTOCOL_CONNECTION_TYPE_PROTOCOL_SPECIFIC
may be a custom connection, dedicated interface, or a connection
standard type connection that it is known would never fit any form of
standardized protocol connection support layer.
|
static java.lang.String |
PROTOCOL_CONNECTION_TYPE_RS485
protocol uses a standard serial port specifically connected as RS485.
|
static java.lang.String |
PROTOCOL_CONNECTION_TYPE_SERIAL
protocol uses a standard serial port, may or may not use some form
of handshake or extended control.
|
public static final java.lang.String PROTOCOL_CONNECTION_TYPE_PROTOCOL_SPECIFIC
public static final java.lang.String PROTOCOL_CONNECTION_TYPE_NONE
public static final java.lang.String PROTOCOL_CONNECTION_TYPE_SERIAL
public static final java.lang.String PROTOCOL_CONNECTION_TYPE_RS485
public static final java.lang.String PROTOCOL_CONNECTION_TYPE_ETHERNET
public static final java.lang.String PROTOCOL_CONNECTION_TYPE_ETHER_TCP
public static final java.lang.String PROTOCOL_CONNECTION_TYPE_ETHER_UDP
Copyright © 2009 Eurotech Inc. All rights reserved.