SunSPOT API V2.0


com.sun.spot.peripheral.radio
Interface IProprietaryMAC


public interface IProprietaryMAC


Method Summary
 int getAckQueueJunk()
          Deprecated.  
 int getChannelAccessFailure()
           
 int getNoAck()
           
 int getNullPacketAfterAckWait()
           
 int getPLMETransmitPower()
          Passthrough to allow direct access to the physical layer facility for querying the power.
 int getWrongAck()
           
 void setPLMETransmitPower(int power)
          Passthrough to allow direct access to the physical layer facility for setting the power.
 

Method Detail

getNullPacketAfterAckWait

int getNullPacketAfterAckWait()
Returns:
the count of times we saw rx data waiting when polling for ack but didn't subsequently get an ACK packet

getAckQueueJunk

int getAckQueueJunk()
Deprecated. 

Returns:
the count of times we found junk in the ack queue

getChannelAccessFailure

int getChannelAccessFailure()
Returns:
the count of times there was a channel access failure

getNoAck

int getNoAck()
Returns:
the count of times we timed out waiting for an ack

getWrongAck

int getWrongAck()
Returns:
the count of times we got an ack that wasn't the one we expected

setPLMETransmitPower

void setPLMETransmitPower(int power)
Passthrough to allow direct access to the physical layer facility for setting the power.

Parameters:
power -
See Also:
I802_15_4_PHY.plmeSet(int, int)

getPLMETransmitPower

int getPLMETransmitPower()
Passthrough to allow direct access to the physical layer facility for querying the power.

Returns:
current power setting
See Also:
I802_15_4_PHY.plmeGet(int)

SunSPOT API V2.0


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