SunSPOT API V5.0


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

Packages that use RREQ
com.sun.spot.peripheral.radio.mhrp.lqrp.messages Message formats used by the LQRP routing implementation 
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 RREQ in com.sun.spot.peripheral.radio.mhrp.lqrp.messages
 

Constructors in com.sun.spot.peripheral.radio.mhrp.lqrp.messages with parameters of type RREQ
RREP(RREQ request)
          constructs a new route reply message
 

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

Methods in com.sun.spot.peripheral.radio.mhrp.lqrp.request with parameters of type RREQ
 boolean RequestTable.addRREQ(RREQ message, RouteEventClient eventClient, Object uniqueKey)
          add a route request to the request table
 boolean RequestTable.hasActiveRequest(RREQ 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(RREQ message)
          this method tells the caller if the request table already has an entry for the destination of this route request
 

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

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


SunSPOT API V5.0


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