| Package | Description | 
|---|---|
| com.digi.xbee.api.packet | 
| 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.