com.sun.spot.peripheral.radio
Interface IProprietaryMAC
public interface IProprietaryMAC
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
Copyright © 2006 Sun Microsystems, Inc. All Rights Reserved.