com.eurotech.framework.protocol.modbus
Interface ModbusProtocolDeviceService

All Known Implementing Classes:
ModbusDevice

public interface ModbusProtocolDeviceService

This class provides methods to recognize the particular protocol implemented by this bundle and to get an instance of that protocol.

Author:
matt.demaree

Field Summary
static String SERVICE_NAME
          Reports the class name representing this interface.
 
Method Summary
 ModbusProtocolDevice getProtocolDevice()
          returns an instance of the implemented protocol
 String toString()
          returns the built-in name of the protocol
 

Field Detail

SERVICE_NAME

static final String SERVICE_NAME
Reports the class name representing this interface.

Method Detail

toString

String toString()
returns the built-in name of the protocol

Overrides:
toString in class Object
Returns:
protocol name

getProtocolDevice

ModbusProtocolDevice getProtocolDevice()
returns an instance of the implemented protocol

Returns:
protocol specific implementation of a ProtocolDevice


Copyright © 2013. All Rights Reserved.