SunSPOT API V5.0


Uses of Class
com.sun.spot.peripheral.radio.mhrp.lqrp.messages.RREP

Packages that use RREP
com.sun.spot.peripheral.radio.mhrp.lqrp An mesh routing package based on the AODV protocol. 
com.sun.spot.peripheral.radio.mhrp.lqrp.request Request table used by the LQRP based mesh routing package 
com.sun.spot.peripheral.radio.mhrp.lqrp.routing Routing table used by the AODV based mesh routing package 
 

Uses of RREP in com.sun.spot.peripheral.radio.mhrp.lqrp
 

Methods in com.sun.spot.peripheral.radio.mhrp.lqrp with parameters of type RREP
 boolean Sender.sendNewRREP(RREP message)
          Create an entry for the queue and put it in to the designated queue
 

Uses of RREP in com.sun.spot.peripheral.radio.mhrp.lqrp.request
 

Methods in com.sun.spot.peripheral.radio.mhrp.lqrp.request with parameters of type RREP
 RouteEventClient RequestTable.getCallback(RREP message)
          This method provides access to the client that interested in the route reply message that is passed as an argument
 boolean RequestTable.hasActiveRequest(RREP message)
          this method tells the caller if the request table already has an entry for the destination of this route request and it is currently active
 boolean RequestTable.hasRequest(RREP message)
          this method tells the caller if the request table already has an entry for the destination of this route reply
 

Uses of RREP in com.sun.spot.peripheral.radio.mhrp.lqrp.routing
 

Methods in com.sun.spot.peripheral.radio.mhrp.lqrp.routing with parameters of type RREP
 void RoutingTable.addRoute(long senderMACAddress, RREP message)
          Create a new route entry based on a received route reply, then call doTableAddition()
 


SunSPOT API V5.0


Copyright � 2006-2008 Sun Microsystems, Inc. All Rights Reserved.