Package net.wimpi.modbusme.procimg

Examples of net.wimpi.modbusme.procimg.DefaultProcessImageFactory


  static {
    c_Self = new ModbusCoupler();
  }//initializer

  private ModbusCoupler() {
    m_PIFactory = new DefaultProcessImageFactory();
  }//constructor
View Full Code Here

TOP

Related Classes of net.wimpi.modbusme.procimg.DefaultProcessImageFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.