|
SunSPOT API V4.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RREQ | |
|---|---|
| com.sun.spot.peripheral.radio.mhrp.aodv.messages | Message formats used by the AODV implementation |
| com.sun.spot.peripheral.radio.mhrp.aodv.request | Request table used by the AODV based mesh routing package |
| com.sun.spot.peripheral.radio.mhrp.aodv.routing | Routing table used by the AODV based mesh routing package |
| Uses of RREQ in com.sun.spot.peripheral.radio.mhrp.aodv.messages |
|---|
| Constructors in com.sun.spot.peripheral.radio.mhrp.aodv.messages with parameters of type RREQ | |
|---|---|
RREP(RREQ message)
constructs a new route reply message |
|
| Uses of RREQ in com.sun.spot.peripheral.radio.mhrp.aodv.request |
|---|
| Methods in com.sun.spot.peripheral.radio.mhrp.aodv.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.aodv.routing |
|---|
| Methods in com.sun.spot.peripheral.radio.mhrp.aodv.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 V4.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||