public interface ModbusMaster
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ModbusPackage.getModbusMaster()| Modifier and Type | Method and Description |
|---|---|
Endpoint |
getEndpoint()
Returns the value of the 'Endpoint' reference.
|
String |
getId()
Returns the value of the 'Id' attribute.
|
Double |
getInterFrameDelay()
Returns the value of the 'Inter Frame Delay' 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.
|
void |
setEndpoint(Endpoint value)
Sets the value of the '
Endpoint' reference. |
void |
setId(String value)
Sets the value of the '
Id' attribute. |
void |
setInterFrameDelay(Double value)
Sets the value of the '
Inter Frame Delay' attribute. |
void |
setProtocolType(ProtocolType value)
Sets the value of the '
Protocol Type' attribute. |
org.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.getModbusMaster_Slaves()Endpoint getEndpoint()
If the meaning of the 'Endpoint' reference isn't clear, there really should be more of a description here...
setEndpoint(Endpoint),
ModbusPackage.getModbusMaster_Endpoint()void setEndpoint(Endpoint value)
Endpoint' reference.
value - the new value of the 'Endpoint' reference.getEndpoint()String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
ModbusPackage.getModbusMaster_Id()void setId(String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()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.getModbusMaster_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.getModbusMaster_InterFrameDelay()void setInterFrameDelay(Double value)
Inter Frame Delay' attribute.
value - the new value of the 'Inter Frame Delay' attribute.getInterFrameDelay()