|
SunSPOT API V3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ILowPan | |
---|---|
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.mhrp.interfaces | Interfaces that should be implemented by a mesh routing 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 ILowPan in com.sun.spot.peripheral.radio |
---|
Classes in com.sun.spot.peripheral.radio that implement ILowPan | |
---|---|
class |
LowPan
Packet processing layer based on the low pan draft. |
Methods in com.sun.spot.peripheral.radio that return ILowPan | |
---|---|
static ILowPan |
LowPan.getInstance()
Get the instance of this singleton. |
Methods in com.sun.spot.peripheral.radio with parameters of type ILowPan | |
---|---|
void |
RadioPacketDispatcher.initialize(ILowPan lowPanLayer)
Called by LowPan to initialize the dispatcher. |
void |
IRadioPacketDispatcher.initialize(ILowPan lowPanLayer)
Called by LowPan to initialize the dispatcher. |
Uses of ILowPan in com.sun.spot.peripheral.radio.mhrp.aodv |
---|
Methods in com.sun.spot.peripheral.radio.mhrp.aodv with parameters of type ILowPan | |
---|---|
void |
AODVManager.initialize(long ourAddress,
ILowPan lowPan)
initializes this routing manager by starting the sender and receiver threads |
Constructors in com.sun.spot.peripheral.radio.mhrp.aodv with parameters of type ILowPan | |
---|---|
Receiver(long ourAddress,
Sender sender,
ILowPan lowPan,
Vector listeners)
constructs a new receiver thread. |
|
Sender(long ourAddress,
ILowPan lowPan,
Vector listeners)
|
Uses of ILowPan in com.sun.spot.peripheral.radio.mhrp.aodv.routing |
---|
Constructors in com.sun.spot.peripheral.radio.mhrp.aodv.routing with parameters of type ILowPan | |
---|---|
RoutingNeighbor(ILowPan lp,
long address)
constructs a new routing table cleaner |
Uses of ILowPan in com.sun.spot.peripheral.radio.mhrp.interfaces |
---|
Methods in com.sun.spot.peripheral.radio.mhrp.interfaces with parameters of type ILowPan | |
---|---|
void |
IRoutingManager.initialize(long ourAddress,
ILowPan lowPanLayer)
Deprecated. for the initialization the routing manager must know a low pan instance to interoperate with |
Uses of ILowPan in com.sun.spot.peripheral.radio.routing.interfaces |
---|
Methods in com.sun.spot.peripheral.radio.routing.interfaces with parameters of type ILowPan | |
---|---|
void |
IRoutingManager.initialize(long ourAddress,
ILowPan lowPanLayer)
for the initialization the routing manager must know a low pan instance to interoperate with |
Uses of ILowPan in com.sun.spot.peripheral.radio.shrp |
---|
Methods in com.sun.spot.peripheral.radio.shrp with parameters of type ILowPan | |
---|---|
void |
SingleHopManager.initialize(long ourAddress,
ILowPan lowPanLayer)
setup this routing manager for use. |
|
SunSPOT API V3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |