com.eurotech.framework.protocol.modbus
Class ModbusFunctionCodes

java.lang.Object
  extended by com.eurotech.framework.protocol.modbus.ModbusFunctionCodes

public class ModbusFunctionCodes
extends Object

supported modbus commands

Author:
matt.demaree

Field Summary
static int FORCE_MULTIPLE_COILS
           
static int FORCE_SINGLE_COIL
           
static int GET_COMM_EVENT_COUNTER
           
static int GET_COMM_EVENT_LOG
           
static int PRESET_MULTIPLE_REGS
           
static int PRESET_SINGLE_REG
           
static int READ_COIL_STATUS
           
static int READ_EXCEPTION_STATUS
           
static int READ_HOLDING_REGS
           
static int READ_INPUT_REGS
           
static int READ_INPUT_STATUS
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

READ_EXCEPTION_STATUS

public static final int READ_EXCEPTION_STATUS
See Also:
Constant Field Values

GET_COMM_EVENT_COUNTER

public static final int GET_COMM_EVENT_COUNTER
See Also:
Constant Field Values

GET_COMM_EVENT_LOG

public static final int GET_COMM_EVENT_LOG
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.