SunSPOT API V3.0


Uses of Class
com.sun.spot.peripheral.radio.routing.RouteInfo

Packages that use RouteInfo
com.sun.spot.peripheral.radio Support for using the Sun SPOT's radio. 
com.sun.spot.peripheral.radio.mhrp.aodv An mesh routing package based on the AODV protocol. 
com.sun.spot.peripheral.radio.mhrp.aodv.routing Routing table used by the AODV based mesh routing package 
com.sun.spot.peripheral.radio.routing Interfaces implemented by all routing protocols. 
com.sun.spot.peripheral.radio.routing.interfaces Interfaces that should be implemented by a routing protocol manager. 
com.sun.spot.peripheral.radio.shrp Support for a Single Hop based routing protocol. 
 

Uses of RouteInfo in com.sun.spot.peripheral.radio
 

Methods in com.sun.spot.peripheral.radio with parameters of type RouteInfo
 void LowPan.routeFound(RouteInfo info, Object uniqueKey)
          This method is called by the routing manager as soon as a route is available or if no route has been found within the defined period.
 

Uses of RouteInfo in com.sun.spot.peripheral.radio.mhrp.aodv
 

Methods in com.sun.spot.peripheral.radio.mhrp.aodv that return RouteInfo
 RouteInfo AODVManager.getRouteInfo(long address)
          This method is called to obtain a route info, and to refreshen a route whenever it is used
 

Uses of RouteInfo in com.sun.spot.peripheral.radio.mhrp.aodv.routing
 

Methods in com.sun.spot.peripheral.radio.mhrp.aodv.routing that return RouteInfo
 RouteInfo RoutingTable.getNextHopInfo(long address)
          returns an object that describes the route for a given destination
 

Uses of RouteInfo in com.sun.spot.peripheral.radio.routing
 

Methods in com.sun.spot.peripheral.radio.routing that return RouteInfo
static RouteInfo RouteInfo.fromString(String s)
           
 

Uses of RouteInfo in com.sun.spot.peripheral.radio.routing.interfaces
 

Methods in com.sun.spot.peripheral.radio.routing.interfaces that return RouteInfo
 RouteInfo IRoutingManager.getRouteInfo(long address)
          this method can be called to obtain a route info for an address
 

Methods in com.sun.spot.peripheral.radio.routing.interfaces with parameters of type RouteInfo
 void RouteEventClient.routeFound(RouteInfo info, Object uniqueKey)
          callback method that can be used be the routing manager to tell the client that a route has been found
 

Uses of RouteInfo in com.sun.spot.peripheral.radio.shrp
 

Methods in com.sun.spot.peripheral.radio.shrp that return RouteInfo
 RouteInfo SingleHopManager.getRouteInfo(long address)
          retrieve routing information for a destination address.
 


SunSPOT API V3.0


Copyright © 2006, 2007 Sun Microsystems, Inc. All Rights Reserved.