com.sun.spot.peripheral.radio
Class RetransmitBuffer
java.lang.Object
com.sun.spot.peripheral.radio.RetransmitBuffer
public class RetransmitBuffer
- extends Object
A retransmit buffer is used by the SpotstreamProtocolManager to store
data that has to be retransmitte in case that no acknowledgment arrives.
Therfor it contains all data that is needed for calling the send method of
low pan again. Further it stores the number of times this piece of data has
been tried to send.
Constructor Summary |
RetransmitBuffer(byte[] buffer,
int length,
int retransCounter)
Creates a new instance of RetransmitBuffer |
RetransmitBuffer
public RetransmitBuffer(byte[] buffer,
int length,
int retransCounter)
- Creates a new instance of RetransmitBuffer
Copyright © 2006, 2007 Sun Microsystems, Inc. All Rights Reserved.