Package | Description |
---|---|
com.digi.xbee.api | |
com.digi.xbee.api.listeners |
Modifier and Type | Method and Description |
---|---|
XBeeMessage |
XBeeDevice.readData()
Reads new data received by this XBee device during the configured
received timeout.
|
XBeeMessage |
XBeeDevice.readData(int timeout)
Reads new data received by this XBee device during the provided timeout.
|
XBeeMessage |
XBeeDevice.readDataFrom(RemoteXBeeDevice remoteXBeeDevice)
Reads new data received from the given remote XBee device during the
configured received timeout.
|
XBeeMessage |
XBeeDevice.readDataFrom(RemoteXBeeDevice remoteXBeeDevice,
int timeout)
Reads new data received from the given remote XBee device during the
provided timeout.
|
Modifier and Type | Method and Description |
---|---|
void |
IDataReceiveListener.dataReceived(XBeeMessage xbeeMessage)
Called when data is received from a remote node of the network.
|
© Copyright 2014–2014 Digi International Inc. All rights reserved.