SunSPOT API V5.0


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

Packages that use RouteTable
com.sun.spot.networktools Tools that answer network queries for information about the SPOT network stack 
com.sun.spot.peripheral.radio.mhrp.aodv An mesh routing package based on the AODV protocol. 
com.sun.spot.peripheral.radio.mhrp.lqrp An mesh routing package based on the AODV protocol. 
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 RouteTable in com.sun.spot.networktools
 

Methods in com.sun.spot.networktools that return RouteTable
static RouteTable NetManagementServer.requestRouteTable(long target)
          Retrieve Route Table from a remote node
 

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

Methods in com.sun.spot.peripheral.radio.mhrp.aodv that return RouteTable
 RouteTable AODVManager.getRoutingTable()
          This method returns a snapshot of the routing table
 

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

Methods in com.sun.spot.peripheral.radio.mhrp.lqrp that return RouteTable
 RouteTable LQRPManager.getRoutingTable()
          This method returns a snapshot of the routing table
 

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

Methods in com.sun.spot.peripheral.radio.routing.interfaces that return RouteTable
 RouteTable IRoutingManager.getRoutingTable()
          returns a copy of the routing table
 

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

Methods in com.sun.spot.peripheral.radio.shrp that return RouteTable
 RouteTable SingleHopManager.getRoutingTable()
          This method returns a snapshot of the routing table
 


SunSPOT API V5.0


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