Package | Description |
---|---|
com.ewon.ewonitf |
Modifier and Type | Method and Description |
---|---|
IOValue |
IOTag.getIoData() |
IOValue |
IOServer.onGetIo(IOTag ioTag)
This is the function called when the eWON needs to read the tag value.
|
Modifier and Type | Method and Description |
---|---|
void |
IOTag.getData(IOValue ioData)
This function must be called to change the internal IOTag value according to the value in an
IOValue object
which is used to exchange tag values with the eWON core.You cannot directly pass the value to the eWON core, instead you need to use the IOValue object to do so. |
void |
IOServer.onPutIo(IOTag ioTag,
IOValue ioValue)
This is the function called when the eWON wants to update the tag.
|
void |
IOTag.updateTag(IOValue ioData)
This function must be called to write the internal IOTag value in an
IOValue object
which is used to exchange tag values with the eWON core.You cannot directly pass the value to the eWON core, instead you need to use the IOValue object to do so. |