Uses of Class
org.apache.plc4x.java.modbus.readwrite.ModbusDataType
-
Packages that use ModbusDataType Package Description org.apache.plc4x.java.modbus.base.protocol org.apache.plc4x.java.modbus.base.tag org.apache.plc4x.java.modbus.readwrite -
-
Uses of ModbusDataType in org.apache.plc4x.java.modbus.base.protocol
Methods in org.apache.plc4x.java.modbus.base.protocol with parameters of type ModbusDataType Modifier and Type Method Description protected PlcValueModbusProtocolLogic. toPlcValue(ModbusPDU request, ModbusPDU response, ModbusDataType dataType) -
Uses of ModbusDataType in org.apache.plc4x.java.modbus.base.tag
Methods in org.apache.plc4x.java.modbus.base.tag that return ModbusDataType Modifier and Type Method Description ModbusDataTypeModbusTag. getDataType()Constructors in org.apache.plc4x.java.modbus.base.tag with parameters of type ModbusDataType Constructor Description ModbusTag(int address, Integer quantity, ModbusDataType dataType)Instantiate a new ModbusTagModbusTagCoil(int address, Integer quantity, ModbusDataType dataType)ModbusTagDiscreteInput(int address, Integer quantity, ModbusDataType dataType)ModbusTagExtendedRegister(int address, Integer quantity, ModbusDataType dataType)ModbusTagHoldingRegister(int address, Integer quantity, ModbusDataType dataType)ModbusTagInputRegister(int address, Integer quantity, ModbusDataType dataType) -
Uses of ModbusDataType in org.apache.plc4x.java.modbus.readwrite
Methods in org.apache.plc4x.java.modbus.readwrite that return ModbusDataType Modifier and Type Method Description static ModbusDataTypeModbusDataType. enumForValue(short value)static ModbusDataTypeModbusDataType. firstEnumForFieldDataTypeSize(short fieldValue)static ModbusDataTypeModbusDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static ModbusDataType[]ModbusDataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.plc4x.java.modbus.readwrite that return types with arguments of type ModbusDataType Modifier and Type Method Description static List<ModbusDataType>ModbusDataType. enumsForFieldDataTypeSize(short fieldValue)Methods in org.apache.plc4x.java.modbus.readwrite with parameters of type ModbusDataType Modifier and Type Method Description static intDataItem. getLengthInBits(PlcValue _value, ModbusDataType dataType, Integer numberOfValues)static intDataItem. getLengthInBytes(PlcValue _value, ModbusDataType dataType, Integer numberOfValues)static PlcValueDataItem. staticParse(ReadBuffer readBuffer, ModbusDataType dataType, Integer numberOfValues)static voidDataItem. staticSerialize(WriteBuffer writeBuffer, PlcValue _value, ModbusDataType dataType, Integer numberOfValues)static voidDataItem. staticSerialize(WriteBuffer writeBuffer, PlcValue _value, ModbusDataType dataType, Integer numberOfValues, ByteOrder byteOrder)
-