com.eurotech.framework.protocol.modbus
Class ModbusFunctionCodes
java.lang.Object
com.eurotech.framework.protocol.modbus.ModbusFunctionCodes
public class ModbusFunctionCodes
- extends Object
supported modbus commands
- Author:
- matt.demaree
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
READ_COIL_STATUS
public static final int READ_COIL_STATUS
- See Also:
- Constant Field Values
READ_INPUT_STATUS
public static final int READ_INPUT_STATUS
- See Also:
- Constant Field Values
READ_HOLDING_REGS
public static final int READ_HOLDING_REGS
- See Also:
- Constant Field Values
READ_INPUT_REGS
public static final int READ_INPUT_REGS
- See Also:
- Constant Field Values
FORCE_SINGLE_COIL
public static final int FORCE_SINGLE_COIL
- See Also:
- Constant Field Values
PRESET_SINGLE_REG
public static final int PRESET_SINGLE_REG
- See Also:
- Constant Field Values
FORCE_MULTIPLE_COILS
public static final int FORCE_MULTIPLE_COILS
- See Also:
- Constant Field Values
PRESET_MULTIPLE_REGS
public static final int PRESET_MULTIPLE_REGS
- See Also:
- Constant Field Values
Copyright © 2013. All Rights Reserved.