public interface IEC60870Device extends Device
The following features are supported:
IEC60870Package.getIEC60870Device()
Modifier and Type | Method and Description |
---|---|
ClientDataModuleOptions |
getDataModuleOptions()
Returns the value of the 'Data Module Options' containment reference.
|
int |
getPort()
Returns the value of the 'Port' attribute.
|
ProtocolOptions |
getProtocolOptions()
Returns the value of the 'Protocol Options' containment reference.
|
void |
setDataModuleOptions(ClientDataModuleOptions value)
Sets the value of the '
Data Module Options ' containment reference. |
void |
setPort(int value)
Sets the value of the '
Port ' attribute. |
void |
setProtocolOptions(ProtocolOptions value)
Sets the value of the '
Protocol Options ' containment reference. |
getNode, setNode
getName, setName
getShortDescription, setShortDescription
ClientDataModuleOptions getDataModuleOptions()
If the meaning of the 'Data Module Options' containment reference isn't clear, there really should be more of a description here...
setDataModuleOptions(ClientDataModuleOptions)
,
IEC60870Package.getIEC60870Device_DataModuleOptions()
void setDataModuleOptions(ClientDataModuleOptions value)
Data Module Options
' containment reference.
value
- the new value of the 'Data Module Options' containment reference.getDataModuleOptions()
ProtocolOptions getProtocolOptions()
If the meaning of the 'Protocol Options' containment reference isn't clear, there really should be more of a description here...
setProtocolOptions(ProtocolOptions)
,
IEC60870Package.getIEC60870Device_ProtocolOptions()
void setProtocolOptions(ProtocolOptions value)
Protocol Options
' containment reference.
value
- the new value of the 'Protocol Options' containment reference.getProtocolOptions()
int getPort()
"2404"
.
If the meaning of the 'Port' attribute isn't clear, there really should be more of a description here...
setPort(int)
,
IEC60870Package.getIEC60870Device_Port()