SunSPOT API V3.0


com.sun.spot.peripheral.radio
Interface IPacketQualityListener


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 V3.0


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