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 |
CellularDevice.get64BitAddress()
Deprecated.
Cellular protocol does not have an associated 64-bit address.
|
XBee64BitAddress |
AbstractXBeeDevice.get64BitAddress()
Returns the 64-bit address of this XBee device.
|
XBee64BitAddress |
RemoteThreadDevice.getDestinationAddress()
Deprecated.
Operation not supported in this protocol. Use
AbstractXBeeDevice.getIPv6DestinationAddress() instead.
This method will raise an
UnsupportedOperationException . |
XBee64BitAddress |
IPv6Device.getDestinationAddress()
Deprecated.
Operation not supported in this protocol. Use
AbstractXBeeDevice.getIPv6DestinationAddress() instead.
This method will raise an
UnsupportedOperationException . |
XBee64BitAddress |
IPDevice.getDestinationAddress()
Deprecated.
Operation not supported in this protocol. Use
IPDevice.getDestinationIPAddress() instead.
This method will raise an
UnsupportedOperationException . |
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 |
DigiPointDevice.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 |
DigiMeshDevice.sendExplicitData(XBee64BitAddress address,
int sourceEndpoint,
int destEndpoint,
int clusterID,
int profileID,
byte[] data) |
void |
ZigBeeDevice.sendExplicitData(XBee64BitAddress address64Bit,
XBee16BitAddress address16bit,
int sourceEndpoint,
int destEndpoint,
int clusterID,
int profileID,
byte[] data) |
void |
DigiPointDevice.sendExplicitData(XBee64BitAddress address64Bit,
XBee16BitAddress address16bit,
int sourceEndpoint,
int destEndpoint,
int clusterID,
int profileID,
byte[] data) |
void |
DigiMeshDevice.sendExplicitDataAsync(XBee64BitAddress address,
int sourceEndpoint,
int destEndpoint,
int clusterID,
int profileID,
byte[] data) |
void |
ZigBeeDevice.sendExplicitDataAsync(XBee64BitAddress address64Bit,
XBee16BitAddress address16Bit,
int sourceEndpoint,
int destEndpoint,
int clusterID,
int profileID,
byte[] data) |
void |
DigiPointDevice.sendExplicitDataAsync(XBee64BitAddress address64Bit,
XBee16BitAddress address16Bit,
int sourceEndpoint,
int destEndpoint,
int clusterID,
int profileID,
byte[] data) |
void |
RemoteRaw802Device.set64BitAddress(XBee64BitAddress addr64)
Sets the XBee64BitAddress of this remote 802.15.4 device.
|
void |
RemoteThreadDevice.setDestinationAddress(XBee64BitAddress xbee64BitAddress)
Deprecated.
Operation not supported in this protocol. Use
AbstractXBeeDevice.setIPv6DestinationAddress(Inet6Address) instead.
This method will raise an
UnsupportedOperationException . |
void |
IPv6Device.setDestinationAddress(XBee64BitAddress xbee64BitAddress)
Deprecated.
Operation not supported in this protocol. Use
AbstractXBeeDevice.setIPv6DestinationAddress(Inet6Address) instead.
This method will raise an
UnsupportedOperationException . |
void |
IPDevice.setDestinationAddress(XBee64BitAddress xbee64BitAddress)
Deprecated.
Operation not supported in this protocol. Use
IPDevice.setDestinationIPAddress(Inet4Address) instead.
This method will raise an
UnsupportedOperationException . |
void |
AbstractXBeeDevice.setDestinationAddress(XBee64BitAddress xbee64BitAddress)
Sets the 64-bit destination extended address of this XBee device.
|
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: FFFFFFFFFFFFFFFF).
|
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 |
ExplicitAddressingPacket.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.
|
XBee64BitAddress |
ExplicitRxIndicatorPacket.get64BitSourceAddress()
Returns the 64 bit sender/source address.
|
Constructor and Description |
---|
ExplicitAddressingPacket(int frameID,
XBee64BitAddress destAddress64,
XBee16BitAddress destAddress16,
int sourceEndpoint,
int destEndpoint,
int clusterID,
int profileID,
int broadcastRadius,
int transmitOptions,
byte[] rfData)
Class constructor.
|
ExplicitRxIndicatorPacket(XBee64BitAddress sourceAddress64,
XBee16BitAddress sourceAddress16,
int sourceEndpoint,
int destEndpoint,
int clusterID,
int profileID,
int receiveOptions,
byte[] rfData)
Class constructor.
|
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 - 2024 Digi International Inc. All rights reserved.