Package | Description |
---|---|
com.digi.xbee.api | |
com.digi.xbee.api.models | |
com.digi.xbee.api.packet.common | |
com.digi.xbee.api.packet.raw |
Modifier and Type | Method and Description |
---|---|
XBee64BitAddress |
AbstractXBeeDevice.get64BitAddress()
Returns the 64-bit address of this XBee device.
|
XBee64BitAddress |
AbstractXBeeDevice.getDestinationAddress()
Returns the 64-bit destination extended address of this XBee device.
|
Modifier and Type | Method and Description |
---|---|
RemoteXBeeDevice |
XBeeNetwork.getDevice(XBee64BitAddress address)
Returns the remote device already contained in the network whose 64-bit
address matches the given one.
|
void |
Raw802Device.sendData(XBee64BitAddress address,
byte[] data) |
void |
DigiMeshDevice.sendData(XBee64BitAddress address,
byte[] data) |
void |
ZigBeeDevice.sendData(XBee64BitAddress address64Bit,
XBee16BitAddress address16bit,
byte[] data) |
void |
Raw802Device.sendDataAsync(XBee64BitAddress address,
byte[] data) |
void |
DigiMeshDevice.sendDataAsync(XBee64BitAddress address,
byte[] data) |
void |
ZigBeeDevice.sendDataAsync(XBee64BitAddress address64Bit,
XBee16BitAddress address16bit,
byte[] data) |
void |
DigiPointDevice.sendDataAsync(XBee64BitAddress address64Bit,
XBee16BitAddress address16bit,
byte[] data) |
void |
RemoteRaw802Device.set64BitAddress(XBee64BitAddress addr64)
Sets the XBee64BitAddress of this remote 802.15.4 device.
|
void |
AbstractXBeeDevice.setDestinationAddress(XBee64BitAddress xbee64BitAddress)
Sets the 64-bit destination extended address of this XBee device.
|
Constructor and Description |
---|
AbstractXBeeDevice(XBeeDevice localXBeeDevice,
XBee64BitAddress addr64)
Class constructor.
|
AbstractXBeeDevice(XBeeDevice localXBeeDevice,
XBee64BitAddress addr64,
XBee16BitAddress addr16,
String id)
Class constructor.
|
RemoteDigiMeshDevice(DigiMeshDevice localXBeeDevice,
XBee64BitAddress addr64)
Class constructor.
|
RemoteDigiMeshDevice(XBeeDevice localXBeeDevice,
XBee64BitAddress addr64)
Class constructor.
|
RemoteDigiMeshDevice(XBeeDevice localXBeeDevice,
XBee64BitAddress addr64,
String id)
Class constructor.
|
RemoteDigiPointDevice(DigiPointDevice localXBeeDevice,
XBee64BitAddress addr64)
Class constructor.
|
RemoteDigiPointDevice(XBeeDevice localXBeeDevice,
XBee64BitAddress addr64)
Class constructor.
|
RemoteDigiPointDevice(XBeeDevice localXBeeDevice,
XBee64BitAddress addr64,
String id)
Class constructor.
|
RemoteRaw802Device(Raw802Device localXBeeDevice,
XBee64BitAddress addr64)
Class constructor.
|
RemoteRaw802Device(XBeeDevice localXBeeDevice,
XBee64BitAddress addr64,
XBee16BitAddress addr16,
String id)
Class constructor.
|
RemoteXBeeDevice(XBeeDevice localXBeeDevice,
XBee64BitAddress addr64)
Class constructor.
|
RemoteXBeeDevice(XBeeDevice localXBeeDevice,
XBee64BitAddress addr64,
XBee16BitAddress addr16,
String ni)
Class constructor.
|
RemoteZigBeeDevice(XBeeDevice localXBeeDevice,
XBee64BitAddress addr64)
Class constructor.
|
RemoteZigBeeDevice(XBeeDevice localXBeeDevice,
XBee64BitAddress addr64,
XBee16BitAddress addr16,
String ni)
Class constructor.
|
RemoteZigBeeDevice(ZigBeeDevice localXBeeDevice,
XBee64BitAddress addr64)
Class constructor.
|
Modifier and Type | Field and Description |
---|---|
static XBee64BitAddress |
XBee64BitAddress.BROADCAST_ADDRESS
64-bit broadcast address (value: 000000000000FFFF).
|
static XBee64BitAddress |
XBee64BitAddress.COORDINATOR_ADDRESS
64-bit address reserved for the coordinator (value: 0000000000000000).
|
static XBee64BitAddress |
XBee64BitAddress.UNKNOWN_ADDRESS
64-bit unknown address (value: 000000000000FFFE).
|
Modifier and Type | Method and Description |
---|---|
XBee64BitAddress |
TransmitPacket.get64bitDestinationAddress()
Returns the 64-bit destination address.
|
XBee64BitAddress |
RemoteATCommandPacket.get64bitDestinationAddress()
Returns the 64 bit destination address.
|
XBee64BitAddress |
RemoteATCommandResponsePacket.get64bitSourceAddress()
Returns the 64-bit source address.
|
XBee64BitAddress |
ReceivePacket.get64bitSourceAddress()
Returns the 64-bit sender/source address.
|
XBee64BitAddress |
IODataSampleRxIndicatorPacket.get64bitSourceAddress()
Returns the 64-bit sender/source address.
|
Constructor and Description |
---|
IODataSampleRxIndicatorPacket(XBee64BitAddress sourceAddress64,
XBee16BitAddress sourceAddress16,
int receiveOptions,
byte[] rfData)
Class constructor.
|
ReceivePacket(XBee64BitAddress sourceAddress64,
XBee16BitAddress sourceAddress16,
int receiveOptions,
byte[] rfData)
Class constructor.
|
RemoteATCommandPacket(int frameID,
XBee64BitAddress destAddress64,
XBee16BitAddress destAddress16,
int transmitOptions,
String command,
byte[] parameter)
Class constructor.
|
RemoteATCommandPacket(int frameID,
XBee64BitAddress destAddress64,
XBee16BitAddress destAddress16,
int transmitOptions,
String command,
String parameter)
Class constructor.
|
RemoteATCommandResponsePacket(int frameID,
XBee64BitAddress sourceAddress64,
XBee16BitAddress sourceAddress16,
String command,
ATCommandStatus status,
byte[] commandValue)
Class constructor.
|
TransmitPacket(int frameID,
XBee64BitAddress destAddress64,
XBee16BitAddress destAddress16,
int broadcastRadius,
int transmitOptions,
byte[] rfData)
Class constructor.
|
Modifier and Type | Method and Description |
---|---|
XBee64BitAddress |
TX64Packet.get64bitDestinationAddress()
Returns the 64-bit destination address.
|
XBee64BitAddress |
RX64Packet.get64bitSourceAddress()
Returns the 64-bit sender/source address.
|
XBee64BitAddress |
RX64IOPacket.get64bitSourceAddress()
Returns the 64-bit sender/source address.
|
Constructor and Description |
---|
RX64IOPacket(XBee64BitAddress sourceAddress64,
int rssi,
int receiveOptions,
byte[] rfData)
Class constructor.
|
RX64Packet(XBee64BitAddress sourceAddress64,
int rssi,
int receiveOptions,
byte[] rfData)
Class constructor.
|
TX64Packet(int frameID,
XBee64BitAddress destAddress64,
int transmitOptions,
byte[] rfData)
Class constructor.
|
© Copyright 2014–2014 Digi International Inc. All rights reserved.