edu.uiuc.cs.seclab.modem.xbee
Class XBee2ZigBeeTxOptions

java.lang.Object
  extended by edu.uiuc.cs.seclab.modem.xbee.XBee2ZigBeeTxOptions

public class XBee2ZigBeeTxOptions
extends java.lang.Object

Options to be passed to XBeeTxPacket


Field Summary
protected  byte clusterId
           
static byte DEFL_CLUSTER_ID
           
static byte DEFL_DEST_EP
           
static short DEFL_PROFILE_ID
           
static byte DEFL_SRC_EP
           
protected  byte destEndpoint
           
protected  short profileId
           
protected  byte srcEndpoint
           
 
Constructor Summary
XBee2ZigBeeTxOptions()
           
 
Method Summary
 byte getClusterId()
           
 byte getDestEndpoint()
           
 short getProfileId()
           
 byte getSrcEndpoint()
           
 void setClusterId(byte clusterId)
           
 void setDestEndpoint(byte destEndpoint)
           
 void setProfileId(short profileId)
           
 void setSrcEndpoint(byte srcEndpoint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clusterId

protected byte clusterId

DEFL_CLUSTER_ID

public static final byte DEFL_CLUSTER_ID
See Also:
Constant Field Values

DEFL_DEST_EP

public static final byte DEFL_DEST_EP
See Also:
Constant Field Values

DEFL_PROFILE_ID

public static final short DEFL_PROFILE_ID
See Also:
Constant Field Values

DEFL_SRC_EP

public static final byte DEFL_SRC_EP
See Also:
Constant Field Values

destEndpoint

protected byte destEndpoint

profileId

protected short profileId

srcEndpoint

protected byte srcEndpoint
Constructor Detail

XBee2ZigBeeTxOptions

public XBee2ZigBeeTxOptions()
Method Detail

getClusterId

public byte getClusterId()

getDestEndpoint

public byte getDestEndpoint()

getProfileId

public short getProfileId()

getSrcEndpoint

public byte getSrcEndpoint()

setClusterId

public void setClusterId(byte clusterId)

setDestEndpoint

public void setDestEndpoint(byte destEndpoint)

setProfileId

public void setProfileId(short profileId)

setSrcEndpoint

public void setSrcEndpoint(byte srcEndpoint)