com.eurotech.framework.protocol.modbus
Class ModbusTransmissionMode

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

public class ModbusTransmissionMode
extends Object

This static class is provided only for completeness. Currently the Modbus protocol only supports RTU mode communications.

The Field values, not the field names should be used in configuration files.


Field Summary
static String ASCII
           
static int ASCII_MODE
           
static String RTU
           
static int RTU_MODE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RTU

public static final String RTU
See Also:
Constant Field Values

ASCII

public static final String ASCII
See Also:
Constant Field Values

RTU_MODE

public static final int RTU_MODE
See Also:
Constant Field Values

ASCII_MODE

public static final int ASCII_MODE
See Also:
Constant Field Values


Copyright © 2013. All Rights Reserved.