Uses of Class
org.apache.plc4x.java.simulated.tag.SimulatedTag
-
Packages that use SimulatedTag Package Description org.apache.plc4x.java.simulated org.apache.plc4x.java.simulated.connection org.apache.plc4x.java.simulated.tag -
-
Uses of SimulatedTag in org.apache.plc4x.java.simulated
Methods in org.apache.plc4x.java.simulated that return SimulatedTag Modifier and Type Method Description SimulatedTagSimulatedDriver. prepareTag(String tagAddress) -
Uses of SimulatedTag in org.apache.plc4x.java.simulated.connection
Methods in org.apache.plc4x.java.simulated.connection with parameters of type SimulatedTag Modifier and Type Method Description Optional<PlcValue>SimulatedDevice. get(SimulatedTag tag)voidSimulatedDevice. set(SimulatedTag tag, PlcValue value) -
Uses of SimulatedTag in org.apache.plc4x.java.simulated.tag
Methods in org.apache.plc4x.java.simulated.tag that return SimulatedTag Modifier and Type Method Description static SimulatedTagSimulatedTag. of(String tagString)
-