Uses of Interface
net.wimpi.modbus.procimg.ProcessImage

Packages that use ProcessImage
net.wimpi.modbus Provides an object oriented Modbus implementation in Java. 
net.wimpi.modbus.procimg Provides interfaces and classes that provide a coupling between a slave side and a master or device side. 
 

Uses of ProcessImage in net.wimpi.modbus
 

Methods in net.wimpi.modbus that return ProcessImage
 ProcessImage ModbusCoupler.getProcessImage()
          Returns a reference to the ProcessImage of this ModbusCoupler.
 

Methods in net.wimpi.modbus with parameters of type ProcessImage
 void ModbusCoupler.setProcessImage(ProcessImage procimg)
          Sets the reference to the ProcessImage of this ModbusCoupler.
 

Uses of ProcessImage in net.wimpi.modbus.procimg
 

Subinterfaces of ProcessImage in net.wimpi.modbus.procimg
 interface ProcessImageImplementation
          Interface defining implementation specific details of the ProcessImage, adding mechanisms for creating and modifying the actual "process image".
 

Classes in net.wimpi.modbus.procimg that implement ProcessImage
 class SimpleProcessImage
          Class implementing a simple process image to be able to run unit tests or handle simple cases.
 



Copyright © 2010. All Rights Reserved.