Uses of Package
net.wimpi.modbus.io

Packages that use net.wimpi.modbus.io
net.wimpi.modbus.facade Provides facade pattern implementations. 
net.wimpi.modbus.io Provides I/O and transport related interfaces and classes. 
net.wimpi.modbus.msg Provides interfaces and classes that encapsulate Modbus messages in an object oriented manner. 
net.wimpi.modbus.net Provides the network related parts of this Modbus implementation. 
net.wimpi.modbus.util Provides utility and helper classes for the Modbus implementation. 
 

Classes in net.wimpi.modbus.io used by net.wimpi.modbus.facade
ModbusSerialTransaction
          Class implementing the ModbusTransaction interface.
ModbusTCPTransaction
          Class implementing the ModbusTransaction interface.
ModbusUDPTransaction
          Class implementing the ModbusTransaction interface for the UDP transport mechanism.
 

Classes in net.wimpi.modbus.io used by net.wimpi.modbus.io
ASCIIOutputStream
          Class implementing a specialized OutputStream which encodes bytes written to the stream into two hexadecimal characters each.
BytesInputStream
          Class implementing a byte array input stream with a DataInput interface.
BytesOutputStream
          Class implementing a byte array output stream with a DataInput interface.
FastByteArrayInputStream
          This class is a clean room implementation of the ByteArrayInputStream, with enhancements for speed (no synchronization for example).
FastByteArrayOutputStream
          This class is a clean room implementation of the ByteArrayOutputStream, with enhancements for speed (no synchronization for example).
ModbusSerialTransport
          Abstract base class for serial ModbusTransport implementations.
ModbusTransaction
          Interface defining a ModbusTransaction.
ModbusTransport
          Interface defining the I/O mechanisms for ModbusMessage instances.
 

Classes in net.wimpi.modbus.io used by net.wimpi.modbus.msg
NonWordDataHandler
          Interface implementing a non word data handler for the read/write multiple register commands (class 0).
Transportable
          Interface defining a transportable class.
 

Classes in net.wimpi.modbus.io used by net.wimpi.modbus.net
ModbusSerialTransport
          Abstract base class for serial ModbusTransport implementations.
ModbusTCPTransport
          Class that implements the Modbus transport flavor.
ModbusTransport
          Interface defining the I/O mechanisms for ModbusMessage instances.
ModbusUDPTransport
          Class that implements the Modbus UDP transport flavor.
 

Classes in net.wimpi.modbus.io used by net.wimpi.modbus.util
BytesOutputStream
          Class implementing a byte array output stream with a DataInput interface.
 



Copyright © 2012. All Rights Reserved.