Uses of Class
org.apache.plc4x.java.s7.readwrite.ControllerType
-
Packages that use ControllerType Package Description org.apache.plc4x.java.s7.readwrite org.apache.plc4x.java.s7.readwrite.context -
-
Uses of ControllerType in org.apache.plc4x.java.s7.readwrite
Methods in org.apache.plc4x.java.s7.readwrite that return ControllerType Modifier and Type Method Description static ControllerTypeControllerType. enumForValue(long value)static ControllerTypeControllerType. valueOf(String name)Returns the enum constant of this type with the specified name.static ControllerType[]ControllerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.plc4x.java.s7.readwrite with parameters of type ControllerType Modifier and Type Method Description static intDataItem. getLengthInBits(PlcValue _value, String dataProtocolId, ControllerType controllerType, Integer stringLength)static intDataItem. getLengthInBytes(PlcValue _value, String dataProtocolId, ControllerType controllerType, Integer stringLength)static PlcValueDataItem. staticParse(ReadBuffer readBuffer, String dataProtocolId, ControllerType controllerType, Integer stringLength)static voidDataItem. staticSerialize(WriteBuffer writeBuffer, PlcValue _value, String dataProtocolId, ControllerType controllerType, Integer stringLength)static voidDataItem. staticSerialize(WriteBuffer writeBuffer, PlcValue _value, String dataProtocolId, ControllerType controllerType, Integer stringLength, ByteOrder byteOrder) -
Uses of ControllerType in org.apache.plc4x.java.s7.readwrite.context
Methods in org.apache.plc4x.java.s7.readwrite.context that return ControllerType Modifier and Type Method Description ControllerTypeS7DriverContext. getControllerType()Methods in org.apache.plc4x.java.s7.readwrite.context with parameters of type ControllerType Modifier and Type Method Description voidS7DriverContext. setControllerType(ControllerType controllerType)
-