| Package | Description |
|---|---|
| com.digi.xbee.api | |
| com.digi.xbee.api.models | |
| com.digi.xbee.api.packet.relay |
| Modifier and Type | Method and Description |
|---|---|
void |
XBeeDevice.sendUserDataRelay(XBeeLocalInterface destInterface,
byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
static XBeeLocalInterface |
XBeeLocalInterface.get(int id)
Retrieves the
XBeeLocalInterface for the given ID code. |
XBeeLocalInterface |
UserDataRelayMessage.getSourceInterface()
Returns the source interface that sent this message.
|
static XBeeLocalInterface |
XBeeLocalInterface.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XBeeLocalInterface[] |
XBeeLocalInterface.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
UserDataRelayMessage(XBeeLocalInterface localInterface,
byte[] data)
Class constructor.
|
| Modifier and Type | Method and Description |
|---|---|
XBeeLocalInterface |
UserDataRelayPacket.getDestinationInterface()
Retrieves the the destination XBee local interface.
|
XBeeLocalInterface |
UserDataRelayOutputPacket.getSourceInterface()
Retrieves the the source XBee local interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserDataRelayPacket.setDestinationInterface(XBeeLocalInterface localInterface)
Sets the destination XBee local interface.
|
void |
UserDataRelayOutputPacket.setSourceInterface(XBeeLocalInterface localInterface)
Sets the source XBee local interface.
|
| Constructor and Description |
|---|
UserDataRelayOutputPacket(XBeeLocalInterface localInterface,
byte[] data)
Class constructor.
|
UserDataRelayPacket(int frameID,
XBeeLocalInterface localInterface,
byte[] data)
Class constructor.
|
© Copyright 2014 - 2019 Digi International Inc. All rights reserved.