public interface WriteHandler
Modifier and Type | Method and Description |
---|---|
void |
handleWrite(Variant value,
OperationParameters operationParameters)
Handle the write call
|
void handleWrite(Variant value, OperationParameters operationParameters) throws Exception
e.g. performs a write call to a subsystem
value
- the value to writeoperationParameters
- optional operation parameters, may be null
Exception
- if anything goes wrongCopyright © 2016 Eclipse NeoSCADA Project. All rights reserved.