public interface ProxyWriteHandler
| Modifier and Type | Method and Description |
|---|---|
void |
write(String itemId,
org.eclipse.scada.core.Variant value,
OperationParameters operationParameters)
Write a value to the currently active connection
|
void |
writeAttributes(String itemId,
Map<String,org.eclipse.scada.core.Variant> attributes,
WriteAttributeResults writeAttributeResults,
OperationParameters operationParameters)
Write attributes to the currently active connection
|
void write(String itemId, org.eclipse.scada.core.Variant value, OperationParameters operationParameters) throws NoConnectionException, org.eclipse.scada.core.OperationException
itemId - the item id of the local proxy item to write tovalue - the value to write tooperationParameters - NoConnectionExceptionorg.eclipse.scada.core.OperationExceptionvoid writeAttributes(String itemId, Map<String,org.eclipse.scada.core.Variant> attributes, WriteAttributeResults writeAttributeResults, OperationParameters operationParameters)
itemId - the item id of the local proxy item to write toattributes - the attributes to writewriteAttributeResults - the result set that must be filled by the implementor