|
SunSPOT API V3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProprietaryMAC
Method Summary | |
---|---|
int |
getChannelAccessFailure()
|
int |
getMaxReceiveQueueLength()
Get the maximum number of packets that can be in the MAC layer's RX queue before the radio is turned off. |
int |
getNoAck()
|
int |
getNullPacketAfterAckWait()
|
int |
getPLMETransmitPower()
Passthrough to allow direct access to the physical layer facility for querying the power. |
int |
getReceiveQueueLengthToDropBroadcastPackets()
Get the maximum number of packets that that can be in the MAC layer's RX queue before it starts discarding broadcast packets. |
int |
getWrongAck()
|
void |
setMaxReceiveQueueLength(int maxPackets)
Set the maximum number of packets that can be in the MAC layer's RX queue before the radio is turned off. |
void |
setPLMETransmitPower(int power)
Passthrough to allow direct access to the physical layer facility for setting the power. |
void |
setReceiveQueueLengthToDropBroadcastPackets(int maxPackets)
Set the maximum number of packets that that can be in the MAC layer's RX queue before it starts discarding broadcast packets. |
Method Detail |
---|
int getNullPacketAfterAckWait()
int getChannelAccessFailure()
int getNoAck()
int getWrongAck()
void setPLMETransmitPower(int power)
power
- an integer in the range -32..+31int getPLMETransmitPower()
I802_15_4_PHY.plmeGet(int)
void setMaxReceiveQueueLength(int maxPackets)
setReceiveQueueLengthToDropBroadcastPackets(int)
maxPackets
- void setReceiveQueueLengthToDropBroadcastPackets(int maxPackets)
setMaxReceiveQueueLength(int)
is reached
point-to-point packets will still be received.
maxPackets
- int getMaxReceiveQueueLength()
getReceiveQueueLengthToDropBroadcastPackets()
.
int getReceiveQueueLengthToDropBroadcastPackets()
getMaxReceiveQueueLength()
is reached
point-to-point packets will still be received.
|
SunSPOT API V3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |