SunSPOT API V5.0


com.sun.spot.peripheral.radio
Class RetransmitBuffer

java.lang.Object
  extended by 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
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetransmitBuffer

public RetransmitBuffer(byte[] buffer,
                        int length,
                        int retransCounter)
Creates a new instance of RetransmitBuffer


SunSPOT API V5.0


Copyright � 2006-2008 Sun Microsystems, Inc. All Rights Reserved.