Package br.org.scadabr.dnp34j.master.layers

Examples of br.org.scadabr.dnp34j.master.layers.DataMap


    appLastSeq = 0;
    iin = new byte[2];
    frameRcv = new Buffer(M);

    transportLayer = user.getTranspLayer();
    dataMap = new DataMap(user);
    if (DEBUG) {
      System.out.println("[ApplicationLayer] initialized");
    }
  }
View Full Code Here

TOP

Related Classes of br.org.scadabr.dnp34j.master.layers.DataMap

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.