Package org.smslib

Examples of org.smslib.Service


      gateway.setInbound(true);
      gateway.setOutbound(true);
    //  gateway.getATHandler().setStorageLocations("SMMTMESR");

      service = new Service();
      service.addGateway( gateway );
      service.startService();

      //service.getSettings().SERIAL_POLLING = true;
      // service.getSettings().SERIAL_POLLING_INTERVAL = 30;
View Full Code Here


      gateway = new SerialModemGateway( "SER LIQUIDO", modemSerialPort, 38400, "MultiTech","GPRS" );

      gateway.setInbound(true);
      gateway.setOutbound(true);

      service = new Service();
      service.addGateway( gateway );
      service.startService();

      service.setInboundNotification(this);
     
View Full Code Here

TOP

Related Classes of org.smslib.Service

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.