public interface WriteHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleWrite(org.eclipse.scada.core.Variant value,
OperationParameters operationParameters)
Handle the write call
|
void handleWrite(org.eclipse.scada.core.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 nullException - if anything goes wrong