Package | Description |
---|---|
com.ewon.ewonitf |
Modifier and Type | Method and Description |
---|---|
IOTag |
IOServer.getIOTag(String topicName,
String ioName)
This function will find a tag in a topic.
|
abstract IOTag |
IOServer.onGetIoInfo(String topicName,
String ioName)
This is the first function called when trying to access a new IOName.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
IOServer.onAdviseIo(IOTag ioTag)
Called when a new tag is advised.
|
IOValue |
IOServer.onGetIo(IOTag ioTag)
This is the function called when the eWON needs to read the tag value.
|
void |
IOServer.onPutIo(IOTag ioTag,
IOValue ioValue)
This is the function called when the eWON wants to update the tag.
|
abstract void |
IOServer.onUnadviseIo(IOTag ioTag) |
void |
IOServer.postIoChange(IOTag ioTag) |
void |
IOServer.postQuality(IOTag ioTag) |