SunSPOT API V5.0


com.sun.spot.peripheral.radio
Class IncomingData

java.lang.Object
  extended by com.sun.spot.peripheral.radio.IncomingData

public class IncomingData
extends Object

Structure that contains information about the data received

Version:
0.1
Author:
Allen Ajit George, Jochen Furthmueller

Field Summary
 LowPanHeaderInfo headerInfo
          Fields of the MACHeader that could be of interest for applications.
 byte[] payload
          Reassembled data payload
 
Constructor Summary
IncomingData(byte[] payload, LowPanHeaderInfo headerInfo)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

payload

public final byte[] payload
Reassembled data payload


headerInfo

public final LowPanHeaderInfo headerInfo
Fields of the MACHeader that could be of interest for applications.

Constructor Detail

IncomingData

public IncomingData(byte[] payload,
                    LowPanHeaderInfo headerInfo)

SunSPOT API V5.0


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