com.eurotech.framework.protocol.modbus
Class ModbusDevice

java.lang.Object
  extended by com.eurotech.framework.protocol.modbus.ModbusDevice
All Implemented Interfaces:
ModbusProtocolDeviceService

public class ModbusDevice
extends Object
implements ModbusProtocolDeviceService


Field Summary
 
Fields inherited from interface com.eurotech.framework.protocol.modbus.ModbusProtocolDeviceService
SERVICE_NAME
 
Constructor Summary
ModbusDevice()
           
 
Method Summary
 ModbusProtocolDevice getProtocolDevice()
          returns an instance of the implemented protocol
 String toString()
          returns the built-in name of the protocol
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModbusDevice

public ModbusDevice()
Method Detail

toString

public String toString()
Description copied from interface: ModbusProtocolDeviceService
returns the built-in name of the protocol

Specified by:
toString in interface ModbusProtocolDeviceService
Overrides:
toString in class Object
Returns:
protocol name

getProtocolDevice

public ModbusProtocolDevice getProtocolDevice()
Description copied from interface: ModbusProtocolDeviceService
returns an instance of the implemented protocol

Specified by:
getProtocolDevice in interface ModbusProtocolDeviceService
Returns:
protocol specific implementation of a ProtocolDevice


Copyright © 2013. All Rights Reserved.