| Package | Description |
|---|---|
| com.digi.xbee.api | |
| com.digi.xbee.api.listeners |
| Modifier and Type | Method and Description |
|---|---|
IPMessage |
IPDevice.readIPData()
Reads new IP data received by this XBee device during the
configured receive timeout.
|
IPMessage |
IPv6Device.readIPData()
Reads new IPv6 data received by this XBee device during the
configured receive timeout.
|
IPMessage |
IPDevice.readIPData(int timeout)
Reads new IP data received by this XBee device during the provided
timeout.
|
IPMessage |
IPv6Device.readIPData(int timeout)
Reads new IPv6 data received by this XBee device during the provided
timeout.
|
IPMessage |
IPDevice.readIPDataFrom(Inet4Address ipAddress)
Reads new IP data received from the given IP address during the
configured receive timeout.
|
IPMessage |
IPDevice.readIPDataFrom(Inet4Address ipAddress,
int timeout)
Reads new IP data received from the given IP address during the
provided timeout.
|
IPMessage |
IPv6Device.readIPDataFrom(Inet6Address ipv6Address)
Reads new IPv6 data received from the given IPv6 address during the
configured receive timeout.
|
IPMessage |
IPv6Device.readIPDataFrom(Inet6Address ipv6Address,
int timeout)
Reads new IPv6 data received from the given IPv6 address during the
provided timeout.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IIPDataReceiveListener.ipDataReceived(IPMessage ipMessage)
Called when IP data is received.
|
© Copyright 2014 - 2019 Digi International Inc. All rights reserved.