public interface ProxyWriteHandler
Modifier and Type | Method and Description |
---|---|
void |
write(String itemId,
Variant value,
OperationParameters operationParameters)
Write a value to the currently active connection
|
void |
writeAttributes(String itemId,
Map<String,Variant> attributes,
WriteAttributeResults writeAttributeResults,
OperationParameters operationParameters)
Write attributes to the currently active connection
|
void write(String itemId, Variant value, OperationParameters operationParameters) throws NoConnectionException, OperationException
itemId
- the item id of the local proxy item to write tovalue
- the value to write tooperationParameters
- NoConnectionException
OperationException
void writeAttributes(String itemId, Map<String,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 implementorCopyright © 2016 Eclipse NeoSCADA Project. All rights reserved.