public class ProtocolOptions extends AbstractPropertyChange
Modifier and Type | Field and Description |
---|---|
static String |
PROP_INTER_FRAME_DELAY |
static String |
PROP_MODE |
static String |
PROP_READ_TIMEOUT |
Constructor and Description |
---|
ProtocolOptions() |
ProtocolOptions(ProtocolOptions other) |
Modifier and Type | Method and Description |
---|---|
long |
getInterFrameDelay() |
Mode |
getMode() |
Integer |
getReadTimeout() |
void |
setInterFrameDelay(long interFrameDelay) |
void |
setMode(Mode mode) |
void |
setReadTimeout(Integer readTimeout) |
addPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, removePropertyChangeListener, removePropertyChangeListener
public static final String PROP_MODE
public static final String PROP_READ_TIMEOUT
public static final String PROP_INTER_FRAME_DELAY
public ProtocolOptions()
public ProtocolOptions(ProtocolOptions other)
public void setMode(Mode mode)
public Mode getMode()
public void setReadTimeout(Integer readTimeout)
public Integer getReadTimeout()
public void setInterFrameDelay(long interFrameDelay)
public long getInterFrameDelay()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.