Package PTMF

Examples of PTMF.Address


    try {
      //1. Obtener IPs de las remotas y conectar con ellas...
      //IP de la remota
      logger.info("IP RTU: "+sdb.lru.getRTUIPADDRSTR());
      this.addressLRU = new Address(sdb.lru.getRTUIPADDRSTR(),IEC104.PORT_104);



      //2. Conectar a la Remota
      logger.info("Conectando a: "+this.addressLRU);
View Full Code Here

TOP

Related Classes of PTMF.Address

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.