|
SunSPOT host API V4.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RadioPacket | |
---|---|
com.sun.spot.peripheral.radio | Support for using the Sun SPOT's radio. |
Uses of RadioPacket in com.sun.spot.peripheral.radio |
---|
Methods in com.sun.spot.peripheral.radio that return RadioPacket | |
---|---|
static RadioPacket |
RadioPacket.getAckPacket()
Answer a radio packet preformatted for sending ACKs. |
static RadioPacket |
RadioPacket.getBroadcastPacket()
Answer a radio packet preformatted for broadcasting intra-PAN. |
static RadioPacket |
RadioPacket.getDataPacket()
Answer a radio packet preformatted for sending data. |
RadioPacket |
RadioPacket.readFrom(byte[] inputBuffer,
int startingOffset)
|
RadioPacket |
RadioPacket.readFrom(DataInputStream dataInputStream)
|
RadioPacket |
RadioPacket.readWithoutTimestampFrom(DataInputStream dataInputStream)
|
Methods in com.sun.spot.peripheral.radio with parameters of type RadioPacket | |
---|---|
void |
RadioPacket.copyFrom(RadioPacket otherRP)
Make this packet an exact copy of another |
int |
IProprietaryRadio.dataRequest(RadioPacket rp,
boolean retry)
Attempt to send rp. |
void |
I802_15_4_MAC.mcpsDataIndication(RadioPacket rp)
Receive a packet: blocks until a packet is received. |
int |
I802_15_4_MAC.mcpsDataRequest(RadioPacket rp)
Send a packet: blocks until ACK received if ACK requested. |
void |
I802_15_4_PHY.pdDataIndication(RadioPacket rp)
Receive a packet. |
int |
I802_15_4_PHY.pdDataRequest(RadioPacket rp)
Send a packet. |
|
SunSPOT host API V4.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |