Uses of Class
com.sentilla.platform.tmote.CollectionProtocol.RTable

Packages that use CollectionProtocol.RTable
com.sentilla.platform.tmote Sentilla system implementations for the Sentilla Tmote platform. 
 

Uses of CollectionProtocol.RTable in com.sentilla.platform.tmote
 

Methods in com.sentilla.platform.tmote that return CollectionProtocol.RTable
 CollectionProtocol.RTable CollectionProtocol.NeighborTable.first()
           
 CollectionProtocol.RTable CollectionProtocol.NeighborTable.get(long id)
          Get the RTable object contained in the table with MAC address id.
 CollectionProtocol.RTable CollectionProtocol.NeighborTable.Iterator.next()
          Returns the next element in the table.
 

Methods in com.sentilla.platform.tmote with parameters of type CollectionProtocol.RTable
 void CollectionProtocol.NeighborTable.add(CollectionProtocol.RTable t)
          Add an entry to the table.
 void CollectionProtocol.getNeighborTable(CollectionProtocol.RTable[] t)
          Copy the NeighborTable at this time into the input RTable array.
 

Constructors in com.sentilla.platform.tmote with parameters of type CollectionProtocol.RTable
CollectionProtocol.RTable(CollectionProtocol.RTable t)
           
 



Copyright © 2007 Sentilla Corporation. All Rights Reserved.