public interface IO
Modifier and Type | Interface and Description |
---|---|
static class |
IO.InterfaceType |
static class |
IO.IOType |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultName() |
IO.InterfaceType |
getInterfaceType() |
String |
getName() |
IO.IOType |
getType() |
String |
getValueStr() |
boolean |
isInput() |
boolean |
isResolvable()
Some I/Os, such as MODBUS I/Os and analog Tool inputs, are in some situations not present in PolyScope or available
for use.
|
String getName()
String getDefaultName()
IO.IOType getType()
IO.InterfaceType getInterfaceType()
boolean isInput()
true
if I/O supports reading of values and false
otherwise.String getValueStr()
boolean isResolvable()
ModbusIO.isResolvable()
.true
, if the I/O is available in PolyScope, otherwise false
.Copyright © 2021. All rights reserved.