All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
completeInterrogation(org.eclipse.neoscada.protocol.iec60870.server.data.DataModuleMessageSource.InterrogationRequest request) |
Object |
poll()
Poll the next message from the message source
|
void |
sendBooleanValue(ASDUHeader header,
InformationObjectAddress address,
Value<Boolean> value) |
void |
sendBooleanValues(ASDUHeader header,
InformationObjectAddress startAddress,
List<Value<Boolean>> values) |
void |
sendBooleanValues(ASDUHeader header,
List<InformationEntry<Boolean>> values) |
void |
sendFloatValue(ASDUHeader header,
InformationObjectAddress address,
Value<Float> value) |
void |
sendFloatValues(ASDUHeader header,
InformationObjectAddress startAddress,
List<Value<Float>> values) |
void |
sendFloatValues(ASDUHeader header,
List<InformationEntry<Float>> values) |
void |
sendShortValue(ASDUHeader header,
InformationObjectAddress address,
Value<Short> value) |
void |
sendShortValues(ASDUHeader header,
InformationObjectAddress startAddress,
List<Value<Short>> values) |
void |
sendShortValues(ASDUHeader header,
List<InformationEntry<Short>> values) |
void |
startInterrogation(InterrogationCommand msg)
Start the process of interrogation
|