Package org.apache.plc4x.java.api.value
Interface PlcValueHandler
-
public interface PlcValueHandler
Base Valuehandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlcValue
newPlcValue(Object value)
PlcValue
newPlcValue(Object[] values)
PlcValue
newPlcValue(PlcTag tag, Object value)
PlcValue
newPlcValue(PlcTag tag, Object[] values)
-