Sun SPOT API
Green Release  


com.sun.spot.peripheral.radio
Interface IProprietaryMAC


public interface IProprietaryMAC


Method Summary
 void diagnostic(String message)
          Display a message using the appropriate output mechanism
 int getAckQueueJunk()
           
 int getChannelAccessFailure()
           
 int getNoAck()
           
 int getPLMETransmitPower()
           
 int getWrongAck()
           
 void setPLMETransmitPower(int power)
           
 

Method Detail

getAckQueueJunk

int getAckQueueJunk()
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

diagnostic

void diagnostic(String message)
Display a message using the appropriate output mechanism

Parameters:
message -

setPLMETransmitPower

void setPLMETransmitPower(int power)
Parameters:
power -

getPLMETransmitPower

int getPLMETransmitPower()
Returns:
the transmit power

Sun SPOT API
Green Release  


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