Modifier and Type | Method and Description |
---|---|
IOSample |
AbstractXBeeDevice.readIOSample()
Returns an IO sample from this XBee device containing the value of all
enabled digital IO and analog input channels.
|
Modifier and Type | Method and Description |
---|---|
static ArrayList<IOSample> |
IOSample.parseIOSamples(byte[] samplePayload)
Parses the IO samples contained in the given payload.
|
Modifier and Type | Method and Description |
---|---|
void |
IIOSampleReceiveListener.ioSampleReceived(RemoteXBeeDevice remoteDevice,
IOSample ioSample)
Called when an IO sample is received through the connection interface.
|
Modifier and Type | Method and Description |
---|---|
IOSample |
IODataSampleRxIndicatorPacket.getIOSample()
Returns the IO sample corresponding to the data contained in the packet.
|
Modifier and Type | Method and Description |
---|---|
IOSample |
RX64IOPacket.getIOSample()
Deprecated.
use
RX64IOPacket.getIOSamples() instead. |
IOSample |
RX16IOPacket.getIOSample()
Deprecated.
use
RX16IOPacket.getIOSamples() instead. |
Modifier and Type | Method and Description |
---|---|
ArrayList<IOSample> |
RX64IOPacket.getIOSamples()
Returns the IO samples corresponding to the data contained in the
packet.
|
ArrayList<IOSample> |
RX16IOPacket.getIOSamples()
Returns the IO samples corresponding to the data contained in the
packet.
|
Modifier and Type | Method and Description |
---|---|
IOSample |
IPv6IODataSampleRxIndicator.getIOSample()
Returns the IO sample corresponding to the data contained in the packet.
|
Modifier and Type | Method and Description |
---|---|
IOSample |
IODataSampleRxIndicatorWifiPacket.getIOSample()
Returns the IO sample corresponding to the data contained in the packet.
|
© Copyright 2014 - 2024 Digi International Inc. All rights reserved.