public interface AttributeWriteHandler
Modifier and Type | Method and Description |
---|---|
WriteAttributeResults |
handleWrite(Map<String,Variant> attributes)
Handle the write call
|
void |
handleWrite(Variant value) |
WriteAttributeResults handleWrite(Map<String,Variant> attributes) throws Exception
e.g. performs a write call to a subsystem
attributes
- the attributes to writeException
- if anything goes wrongCopyright © 2016 Eclipse NeoSCADA Project. All rights reserved.