public interface ModbusDevice extends Device
The following features are supported:
ModbusPackage.getModbusDevice()| Modifier and Type | Method and Description |
|---|---|
Double |
getInterFrameDelay()
Returns the value of the 'Inter Frame Delay' attribute.
|
short |
getPort()
Returns the value of the 'Port' attribute.
|
ProtocolType |
getProtocolType()
Returns the value of the 'Protocol Type' attribute.
|
org.eclipse.emf.common.util.EList<ModbusSlave> |
getSlaves()
Returns the value of the 'Slaves' containment reference list.
|
TypeSystem |
getTypeSystem()
Returns the value of the 'Type System' reference.
|
void |
setInterFrameDelay(Double value)
Sets the value of the '
Inter Frame Delay' attribute. |
void |
setPort(short value)
Sets the value of the '
Port' attribute. |
void |
setProtocolType(ProtocolType value)
Sets the value of the '
Protocol Type' attribute. |
void |
setTypeSystem(TypeSystem value)
Sets the value of the '
Type System' reference. |
getNode, setNodegetName, setNamegetShortDescription, setShortDescriptionorg.eclipse.emf.common.util.EList<ModbusSlave> getSlaves()
ModbusSlave.
If the meaning of the 'Slaves' containment reference list isn't clear, there really should be more of a description here...
ModbusPackage.getModbusDevice_Slaves()TypeSystem getTypeSystem()
If the meaning of the 'Type System' reference isn't clear, there really should be more of a description here...
setTypeSystem(TypeSystem),
ModbusPackage.getModbusDevice_TypeSystem()void setTypeSystem(TypeSystem value)
Type System' reference.
value - the new value of the 'Type System' reference.getTypeSystem()short getPort()
If the meaning of the 'Port' attribute isn't clear, there really should be more of a description here...
setPort(short),
ModbusPackage.getModbusDevice_Port()void setPort(short value)
Port' attribute.
value - the new value of the 'Port' attribute.getPort()ProtocolType getProtocolType()
"TCP".
The literals are from the enumeration ProtocolType.
If the meaning of the 'Protocol Type' attribute isn't clear, there really should be more of a description here...
ProtocolType,
setProtocolType(ProtocolType),
ModbusPackage.getModbusDevice_ProtocolType()void setProtocolType(ProtocolType value)
Protocol Type' attribute.
value - the new value of the 'Protocol Type' attribute.ProtocolType,
getProtocolType()Double getInterFrameDelay()
If the meaning of the 'Inter Frame Delay' attribute isn't clear, there really should be more of a description here...
setInterFrameDelay(Double),
ModbusPackage.getModbusDevice_InterFrameDelay()void setInterFrameDelay(Double value)
Inter Frame Delay' attribute.
value - the new value of the 'Inter Frame Delay' attribute.getInterFrameDelay()