| Package | Description | 
|---|---|
| com.digi.xbee.api | |
| com.digi.xbee.api.connection | |
| com.digi.xbee.api.exceptions | |
| com.digi.xbee.api.models | |
| com.digi.xbee.api.packet | 
| Modifier and Type | Method and Description | 
|---|---|
OperatingMode | 
XBeeDevice.getOperatingMode()
Returns the Operating mode (AT, API or API escaped) of this XBee device. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DataReader.setXBeeReaderMode(OperatingMode mode)
Sets the XBee operating mode of this data reader. 
 | 
| Constructor and Description | 
|---|
DataReader(IConnectionInterface connectionInterface,
          OperatingMode mode,
          XBeeDevice xbeeDevice)
Class constructor. 
 | 
| Constructor and Description | 
|---|
InvalidOperatingModeException(OperatingMode mode)
Creates an  
InvalidOperatingModeException with the specified
 operating mode. | 
| Modifier and Type | Method and Description | 
|---|---|
static OperatingMode | 
OperatingMode.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static OperatingMode[] | 
OperatingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
XBeePacket | 
XBeePacketParser.parsePacket(byte[] packetByteArray,
           OperatingMode mode)
Parses the bytes from the given array depending on the provided operating
 mode and returns the API packet. 
 | 
static XBeePacket | 
XBeePacket.parsePacket(byte[] packet,
           OperatingMode mode)
Parses the given byte array and returns a Generic XBee packet. 
 | 
XBeePacket | 
XBeePacketParser.parsePacket(InputStream inputStream,
           OperatingMode mode)
Parses the bytes from the given input stream depending on the provided 
 operating mode and returns the API packet. 
 | 
static XBeePacket | 
XBeePacket.parsePacket(String packet,
           OperatingMode mode)
Parses the given hexadecimal string and returns a Generic XBee packet. 
 | 
© Copyright 2014–2014 Digi International Inc. All rights reserved.