Uses of Class
modbustcp.ModbusTCPException
-
Uses of ModbusTCPException in modbustcp
Modifier and TypeMethodDescriptionfloat[]
ModbusData.getFloatData()
float[]
ModbusData.getRevFloatData()
short[]
ModbusData.getShortData()
static ModbusTCP
ModbusTCP.openSocket
(String address) static ModbusTCP
ModbusTCP.openSocket
(String address, int port) ModbusTCP.sendCommand
(int command, int... args) void
ModbusTCP.setTimeout
(int timeout) -
Uses of ModbusTCPException in modbustcp.brainbox
Modifier and TypeMethodDescriptionshort
BBED549.readRawAnalogChannel
(int channel) short[]
BBED549.readRawAnalogChannels
(int firstChannel, int nChannels) BBED549.setInputRange
(int channel, int range)