com.eurotech.framework.protocol.modbus
Class ModbusDevice
java.lang.Object
com.eurotech.framework.protocol.modbus.ModbusDevice
- All Implemented Interfaces:
- ModbusProtocolDeviceService
public class ModbusDevice
- extends Object
- implements ModbusProtocolDeviceService
ModbusDevice
public ModbusDevice()
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.