edu.uiuc.cs.seclab.modem.xbee
Class XBee2ZigBeeTxOptions
java.lang.Object
edu.uiuc.cs.seclab.modem.xbee.XBee2ZigBeeTxOptions
public class XBee2ZigBeeTxOptions
- extends java.lang.Object
Options to be passed to XBeeTxPacket
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
XBee2ZigBeeTxOptions
public XBee2ZigBeeTxOptions()
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)