SunSPOT API V5.0


com.sun.spot.peripheral.radio
Interface IPacketQualityListener

All Known Implementing Classes:
NodeLifeAndLinkMonitor

public interface IPacketQualityListener

Applications that implement this interface are notified when each time LowPan processes a packet. It returns information about the RSSI and link quality associated with a path.

Version:
1.0
Author:
Pete St. Pierre

Method Summary
 void notifyPacket(long src, long dest, int rssi, int corr, int lqi, int length)
          Method that is called when on every packet received
 

Method Detail

notifyPacket

void notifyPacket(long src,
                  long dest,
                  int rssi,
                  int corr,
                  int lqi,
                  int length)
Method that is called when on every packet received


SunSPOT API V5.0


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