Package com.rapplogic.xbee.api

Examples of com.rapplogic.xbee.api.RemoteAtResponse


      final XBeeAddress16 remoteAddress = getXbeeAddress(remoteNode
          .getAddress());
      if (remoteAddress != null) {
        final RemoteAtRequest request = new RemoteAtRequest(
            remoteAddress, "MY");
        final RemoteAtResponse remoteResponse = (RemoteAtResponse) xbee
            .sendSynchronous(request,
                timeout <= 0 ? DEFAULT_WAIT_MILISECONDS
                    : timeout);
        response = remoteResponse;
      } else {
View Full Code Here

TOP

Related Classes of com.rapplogic.xbee.api.RemoteAtResponse

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.