Package | Description |
---|---|
com.digi.xbee.api | |
com.digi.xbee.api.listeners | |
com.digi.xbee.api.models |
Modifier and Type | Method and Description |
---|---|
XBeeMessage |
XBeeDevice.readData() |
XBeeMessage |
IPv6Device.readData()
Deprecated.
Operation not supported in this protocol. This method will
raise an
UnsupportedOperationException . |
XBeeMessage |
IPDevice.readData()
Deprecated.
Operation not supported in this protocol. This method will
raise an
UnsupportedOperationException . |
XBeeMessage |
XBeeDevice.readData(int timeout) |
XBeeMessage |
IPv6Device.readData(int timeout)
Deprecated.
Operation not supported in this protocol. This method will
raise an
UnsupportedOperationException . |
XBeeMessage |
IPDevice.readData(int timeout)
Deprecated.
Operation not supported in this protocol. This method will
raise an
UnsupportedOperationException . |
XBeeMessage |
XBeeDevice.readDataFrom(RemoteXBeeDevice remoteXBeeDevice) |
XBeeMessage |
IPv6Device.readDataFrom(RemoteXBeeDevice remoteXBeeDevice)
Deprecated.
Operation not supported in this protocol. This method will
raise an
UnsupportedOperationException . |
XBeeMessage |
IPDevice.readDataFrom(RemoteXBeeDevice remoteXBeeDevice)
Deprecated.
Operation not supported in this protocol. This method will
raise an
UnsupportedOperationException . |
XBeeMessage |
XBeeDevice.readDataFrom(RemoteXBeeDevice remoteXBeeDevice,
int timeout) |
XBeeMessage |
IPv6Device.readDataFrom(RemoteXBeeDevice remoteXBeeDevice,
int timeout)
Deprecated.
Operation not supported in this protocol. This method will
raise an
UnsupportedOperationException . |
XBeeMessage |
IPDevice.readDataFrom(RemoteXBeeDevice remoteXBeeDevice,
int timeout)
Deprecated.
Operation not supported in this protocol. This method will
raise an
UnsupportedOperationException . |
Modifier and Type | Method and Description |
---|---|
void |
IDataReceiveListener.dataReceived(XBeeMessage xbeeMessage)
Called when data is received from a remote node of the network.
|
Modifier and Type | Class and Description |
---|---|
class |
ExplicitXBeeMessage
This class represents an Explicit XBee message containing the remote XBee
device the message belongs to, the content (data) of the message, a flag
indicating if the message is a broadcast message (was received or is being
sent via broadcast) and all the application layer fields: source endpoint,
destination endpoint, cluster ID and profile ID.
|
© Copyright 2014 - 2024 Digi International Inc. All rights reserved.