Skip navigation links
A B C D F G I M O P R S T W X Z 

A

addMicroPythonDataListener(IMicroPythonDataReceiveListener) - Method in class com.digi.xbee.api.android.XBeeBLEDevice
 
addPacketListener(IPacketReceiveListener) - Method in class com.digi.xbee.api.android.XBeeBLEDevice
 
addSerialDataListener(ISerialDataReceiveListener) - Method in class com.digi.xbee.api.android.XBeeBLEDevice
 
addUserDataRelayListener(IUserDataRelayReceiveListener) - Method in class com.digi.xbee.api.android.XBeeBLEDevice
 
AndroidBluetoothInterface - Class in com.digi.xbee.api.android.connection.bluetooth
This class represents a communication interface with XBee devices over Bluetooth Low Energy.
AndroidBluetoothInterface(Context, BluetoothDevice) - Constructor for class com.digi.xbee.api.android.connection.bluetooth.AndroidBluetoothInterface
Class constructor.
AndroidBluetoothInterface(Context, String) - Constructor for class com.digi.xbee.api.android.connection.bluetooth.AndroidBluetoothInterface
Class constructor.
AndroidUSBInputStream - Class in com.digi.xbee.api.android.connection.usb
This class acts as a wrapper to read data from the USB Interface in Android behaving like an InputputStream class.
AndroidUSBInputStream(AndroidUSBInterface, UsbEndpoint, UsbDeviceConnection) - Constructor for class com.digi.xbee.api.android.connection.usb.AndroidUSBInputStream
Class constructor.
AndroidUSBInterface - Class in com.digi.xbee.api.android.connection.usb
This class represents a communication interface with XBee devices over USB.
AndroidUSBInterface(Context, int, UsbDevice) - Constructor for class com.digi.xbee.api.android.connection.usb.AndroidUSBInterface
Class constructor.
AndroidUSBInterface(Context, int) - Constructor for class com.digi.xbee.api.android.connection.usb.AndroidUSBInterface
Class constructor.
AndroidUSBInterface(Context, int, AndroidUSBPermissionListener) - Constructor for class com.digi.xbee.api.android.connection.usb.AndroidUSBInterface
Class constructor.
AndroidUSBInterface(Context, int, UsbDevice, AndroidUSBPermissionListener) - Constructor for class com.digi.xbee.api.android.connection.usb.AndroidUSBInterface
Class constructor.
AndroidUSBOutputStream - Class in com.digi.xbee.api.android.connection.usb
This class acts as a wrapper to write data to the USB Interface in Android behaving like an OutputStream class.
AndroidUSBOutputStream(UsbEndpoint, UsbDeviceConnection) - Constructor for class com.digi.xbee.api.android.connection.usb.AndroidUSBOutputStream
Class constructor.
AndroidUSBPermissionListener - Interface in com.digi.xbee.api.android.connection.usb
This interface is used as a listener to wait for user permissions after a USB access request is sent in Android.
available() - Method in class com.digi.xbee.api.android.connection.bluetooth.BlCircularByteBuffer.CircularByteBufferInputStream
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.
available() - Method in class com.digi.xbee.api.android.connection.usb.AndroidUSBInputStream
 
availableToRead() - Method in class com.digi.xbee.api.android.connection.usb.CircularByteBuffer
Returns the available number of bytes to read from the byte buffer.

B

BlCircularByteBuffer - Class in com.digi.xbee.api.android.connection.bluetooth
Implements the Circular Buffer producer/consumer model for bytes.
BlCircularByteBuffer() - Constructor for class com.digi.xbee.api.android.connection.bluetooth.BlCircularByteBuffer
Create a new buffer with a default capacity.
BlCircularByteBuffer(int) - Constructor for class com.digi.xbee.api.android.connection.bluetooth.BlCircularByteBuffer
Create a new buffer with given capacity.
BlCircularByteBuffer(boolean) - Constructor for class com.digi.xbee.api.android.connection.bluetooth.BlCircularByteBuffer
Create a new buffer with a default capacity and given blocking behavior.
BlCircularByteBuffer(int, boolean) - Constructor for class com.digi.xbee.api.android.connection.bluetooth.BlCircularByteBuffer
Create a new buffer with the given capacity and blocking behavior.
BlCircularByteBuffer.CircularByteBufferInputStream - Class in com.digi.xbee.api.android.connection.bluetooth
Class for reading from a circular byte buffer.
BlCircularByteBuffer.CircularByteBufferOutputStream - Class in com.digi.xbee.api.android.connection.bluetooth
Class for writing to a circular byte buffer.
blockingWrite - Variable in class com.digi.xbee.api.android.connection.bluetooth.BlCircularByteBuffer
True if a write to a full buffer should block until the buffer has room, false if the write method should throw an IOException
buffer - Variable in class com.digi.xbee.api.android.connection.bluetooth.BlCircularByteBuffer
The circular buffer.

C

CellularBLEDevice - Class in com.digi.xbee.api.android
This class represents a Cellular Bluetooth Low Energy (BLE) device.
CellularBLEDevice(Context, BluetoothDevice, String) - Constructor for class com.digi.xbee.api.android.CellularBLEDevice
Class constructor.
CellularBLEDevice(Context, String, String) - Constructor for class com.digi.xbee.api.android.CellularBLEDevice
Class constructor.
CellularDevice - Class in com.digi.xbee.api.android
This class represents a local Cellular device.
CellularDevice(Context, int) - Constructor for class com.digi.xbee.api.android.CellularDevice
Class constructor.
CellularDevice(Context, int, AndroidUSBPermissionListener) - Constructor for class com.digi.xbee.api.android.CellularDevice
Class constructor.
CellularDevice(Context, String, int) - Constructor for class com.digi.xbee.api.android.CellularDevice
Class constructor.
CellularDevice(Context, String, SerialPortParameters) - Constructor for class com.digi.xbee.api.android.CellularDevice
Class constructor.
CircularByteBuffer - Class in com.digi.xbee.api.android.connection.usb
Helper class used to store data bytes as a circular buffer.
CircularByteBuffer(int) - Constructor for class com.digi.xbee.api.android.connection.usb.CircularByteBuffer
Instantiates a new CircularByteBuffer with the given capacity in bytes.
CircularByteBufferInputStream() - Constructor for class com.digi.xbee.api.android.connection.bluetooth.BlCircularByteBuffer.CircularByteBufferInputStream
 
CircularByteBufferOutputStream() - Constructor for class com.digi.xbee.api.android.connection.bluetooth.BlCircularByteBuffer.CircularByteBufferOutputStream
 
clear() - Method in class com.digi.xbee.api.android.connection.bluetooth.BlCircularByteBuffer
Make this buffer ready for reuse.
clearBuffer() - Method in class com.digi.xbee.api.android.connection.usb.CircularByteBuffer
Clears the circular buffer.
close() - Method in class com.digi.xbee.api.android.connection.bluetooth.AndroidBluetoothInterface
 
close() - Method in class com.digi.xbee.api.android.connection.bluetooth.BlCircularByteBuffer.CircularByteBufferInputStream
Close the stream.
close() - Method in class com.digi.xbee.api.android.connection.bluetooth.BlCircularByteBuffer.CircularByteBufferOutputStream
Close the stream, flushing it first.
close() - Method in class com.digi.xbee.api.android.connection.serial.SerialPortDigiAndroid
 
close() - Method in class com.digi.xbee.api.android.connection.usb.AndroidUSBInterface
 
close() - Method in class com.digi.xbee.api.android.connection.usb.AndroidUSBOutputStream
 
close() - Method in class com.digi.xbee.api.android.XBeeBLEDevice
 
com.digi.xbee.api.android - package com.digi.xbee.api.android
 
com.digi.xbee.api.android.connection.bluetooth - package com.digi.xbee.api.android.connection.bluetooth
 
com.digi.xbee.api.android.connection.serial - package com.digi.xbee.api.android.connection.serial
 
com.digi.xbee.api.android.connection.usb - package com.digi.xbee.api.android.connection.usb
 
createConnectionInterface(Context, BluetoothDevice) - Static method in class com.digi.xbee.api.android.XBee
Retrieves an XBee Android Bluetooth connection interface for the given context and Bluetooth device.
createConnectionInterface(Context, String) - Static method in class com.digi.xbee.api.android.XBee
Retrieves an XBee Android Bluetooth connection interface for the given context and Bluetooth device address.
createConnectiontionInterface(Context, int) - Static method in class com.digi.xbee.api.android.XBee
Returns an XBee Android connection interface for the given context and baud rate.
createConnectiontionInterface(Context, int, AndroidUSBPermissionListener) - Static method in class com.digi.xbee.api.android.XBee
Returns an XBee Android connection interface for the given context and baud rate.
createConnectiontionInterface(Context, String, int) - Static method in class com.digi.xbee.api.android.XBee
Retrieves an XBee Android connection interface for the given context, port and baud rate.
createConnectiontionInterface(Context, String, SerialPortParameters) - Static method in class com.digi.xbee.api.android.XBee
Retrieves an XBee Android connection interface for the given context, port and parameters.

D

DigiMeshBLEDevice - Class in com.digi.xbee.api.android
This class represents a DigiMesh Bluetooth Low Energy (BLE) device.
DigiMeshBLEDevice(Context, BluetoothDevice, String) - Constructor for class com.digi.xbee.api.android.DigiMeshBLEDevice
Class constructor.
DigiMeshBLEDevice(Context, String, String) - Constructor for class com.digi.xbee.api.android.DigiMeshBLEDevice
Class constructor.
DigiMeshDevice - Class in com.digi.xbee.api.android
This class represents a local DigiMesh device.
DigiMeshDevice(Context, int) - Constructor for class com.digi.xbee.api.android.DigiMeshDevice
Class constructor.
DigiMeshDevice(Context, int, AndroidUSBPermissionListener) - Constructor for class com.digi.xbee.api.android.DigiMeshDevice
Class constructor.
DigiMeshDevice(Context, String, int) - Constructor for class com.digi.xbee.api.android.DigiMeshDevice
Class constructor.
DigiMeshDevice(Context, String, SerialPortParameters) - Constructor for class com.digi.xbee.api.android.DigiMeshDevice
Class constructor.
DigiPointDevice - Class in com.digi.xbee.api.android
This class represents a local DigiPoint device.
DigiPointDevice(Context, int) - Constructor for class com.digi.xbee.api.android.DigiPointDevice
Class constructor.
DigiPointDevice(Context, int, AndroidUSBPermissionListener) - Constructor for class com.digi.xbee.api.android.DigiPointDevice
Class constructor.
DigiPointDevice(Context, String, int) - Constructor for class com.digi.xbee.api.android.DigiPointDevice
Class constructor.
DigiPointDevice(Context, String, SerialPortParameters) - Constructor for class com.digi.xbee.api.android.DigiPointDevice
Class constructor.

F

flush() - Method in class com.digi.xbee.api.android.connection.bluetooth.BlCircularByteBuffer.CircularByteBufferOutputStream
Flush the stream.

G

getAvailable() - Method in class com.digi.xbee.api.android.connection.bluetooth.BlCircularByteBuffer
Get number of bytes that are available to be read.
getCapacity() - Method in class com.digi.xbee.api.android.connection.usb.CircularByteBuffer
Returns the circular byte buffer capacity.
getConnectionType() - Method in class com.digi.xbee.api.android.connection.usb.AndroidUSBInterface
 
getInputStream() - Method in class com.digi.xbee.api.android.connection.bluetooth.AndroidBluetoothInterface
 
getInputStream() - Method in class com.digi.xbee.api.android.connection.bluetooth.BlCircularByteBuffer
Retrieve a InputStream that can be used to empty this buffer.
getInputStream() - Method in class com.digi.xbee.api.android.connection.serial.SerialPortDigiAndroid
 
getInputStream() - Method in class com.digi.xbee.api.android.connection.usb.AndroidUSBInterface
 
getNextFrameID() - Method in class com.digi.xbee.api.android.XBeeBLEDevice
 
getOutputStream() - Method in class com.digi.xbee.api.android.connection.bluetooth.AndroidBluetoothInterface
 
getOutputStream() - Method in class com.digi.xbee.api.android.connection.bluetooth.BlCircularByteBuffer
Retrieve a OutputStream that can be used to fill this buffer.
getOutputStream() - Method in class com.digi.xbee.api.android.connection.serial.SerialPortDigiAndroid
 
getOutputStream() - Method in class com.digi.xbee.api.android.connection.usb.AndroidUSBInterface
 
getReadTimeout() - Method in class com.digi.xbee.api.android.connection.serial.SerialPortDigiAndroid
 
getReceiveTimeout() - Method in class com.digi.xbee.api.android.XBeeBLEDevice
 
getSize() - Method in class com.digi.xbee.api.android.connection.bluetooth.BlCircularByteBuffer
Get the capacity of this buffer.
getSpaceLeft() - Method in class com.digi.xbee.api.android.connection.bluetooth.BlCircularByteBuffer
Get the number of bytes this buffer has free for writing.

I

in - Variable in class com.digi.xbee.api.android.connection.bluetooth.BlCircularByteBuffer
The InputStream that can empty this buffer.
infinite - Variable in class com.digi.xbee.api.android.connection.bluetooth.BlCircularByteBuffer
If this buffer is infinite (should resize itself when full)
INFINITE_SIZE - Static variable in class com.digi.xbee.api.android.connection.bluetooth.BlCircularByteBuffer
A buffer that will grow as things are added.
inputStreamClosed - Variable in class com.digi.xbee.api.android.connection.bluetooth.BlCircularByteBuffer
true if the close() method has been called on the InputStream
isCD() - Method in class com.digi.xbee.api.android.connection.serial.SerialPortDigiAndroid
 
isCTS() - Method in class com.digi.xbee.api.android.connection.serial.SerialPortDigiAndroid
 
isDSR() - Method in class com.digi.xbee.api.android.connection.serial.SerialPortDigiAndroid
 
isOpen() - Method in class com.digi.xbee.api.android.connection.bluetooth.AndroidBluetoothInterface
 
isOpen() - Method in class com.digi.xbee.api.android.connection.usb.AndroidUSBInterface
 
isOpen() - Method in class com.digi.xbee.api.android.XBeeBLEDevice
 
isRemote() - Method in class com.digi.xbee.api.android.XBeeBLEDevice
 

M

mark(int) - Method in class com.digi.xbee.api.android.connection.bluetooth.BlCircularByteBuffer.CircularByteBufferInputStream
Mark the present position in the stream.
markPosition - Variable in class com.digi.xbee.api.android.connection.bluetooth.BlCircularByteBuffer
Index of the first saved byte.
markSize - Variable in class com.digi.xbee.api.android.connection.bluetooth.BlCircularByteBuffer
Number of bytes that have to be saved to support mark() and reset() on the InputStream.
markSupported() - Method in class com.digi.xbee.api.android.connection.bluetooth.BlCircularByteBuffer.CircularByteBufferInputStream
Tell whether this stream supports the mark() operation.

O

open() - Method in class com.digi.xbee.api.android.connection.bluetooth.AndroidBluetoothInterface
 
open() - Method in class com.digi.xbee.api.android.connection.serial.SerialPortDigiAndroid
 
open() - Method in class com.digi.xbee.api.android.connection.usb.AndroidUSBInterface
 
open() - Method in class com.digi.xbee.api.android.XBeeBLEDevice
 
out - Variable in class com.digi.xbee.api.android.connection.bluetooth.BlCircularByteBuffer
The OutputStream that can fill this buffer.
outputStreamClosed - Variable in class com.digi.xbee.api.android.connection.bluetooth.BlCircularByteBuffer
true if the close() method has been called on the OutputStream

P

permissionReceived(boolean) - Method in interface com.digi.xbee.api.android.connection.usb.AndroidUSBPermissionListener
This method is called whenever the USB Permissions request answer is received from the user.

R

Raw802BLEDevice - Class in com.digi.xbee.api.android
This class represents a 802.15.4 Bluetooth Low Energy (BLE) device.
Raw802BLEDevice(Context, BluetoothDevice, String) - Constructor for class com.digi.xbee.api.android.Raw802BLEDevice
Class constructor.
Raw802BLEDevice(Context, String, String) - Constructor for class com.digi.xbee.api.android.Raw802BLEDevice
Class constructor.
Raw802Device - Class in com.digi.xbee.api.android
This class represents a local 802.15.4 device.
Raw802Device(Context, int) - Constructor for class com.digi.xbee.api.android.Raw802Device
Class constructor.
Raw802Device(Context, int, AndroidUSBPermissionListener) - Constructor for class com.digi.xbee.api.android.Raw802Device
Class constructor.
Raw802Device(Context, String, int) - Constructor for class com.digi.xbee.api.android.Raw802Device
Class constructor.
Raw802Device(Context, String, SerialPortParameters) - Constructor for class com.digi.xbee.api.android.Raw802Device
Class constructor.
read() - Method in class com.digi.xbee.api.android.connection.bluetooth.BlCircularByteBuffer.CircularByteBufferInputStream
Read a single byte.
read(byte[]) - Method in class com.digi.xbee.api.android.connection.bluetooth.BlCircularByteBuffer.CircularByteBufferInputStream
Read bytes into an array.
read(byte[], int, int) - Method in class com.digi.xbee.api.android.connection.bluetooth.BlCircularByteBuffer.CircularByteBufferInputStream
Read bytes into a portion of an array.
read() - Method in class com.digi.xbee.api.android.connection.usb.AndroidUSBInputStream
 
read(byte[]) - Method in class com.digi.xbee.api.android.connection.usb.AndroidUSBInputStream
 
read(byte[], int, int) - Method in class com.digi.xbee.api.android.connection.usb.AndroidUSBInputStream
 
read(byte[], int, int) - Method in class com.digi.xbee.api.android.connection.usb.CircularByteBuffer
Reads the given amount of bytes to the given array from the circular byte buffer.
readData(byte[]) - Method in class com.digi.xbee.api.android.connection.bluetooth.AndroidBluetoothInterface
 
readData(byte[], int, int) - Method in class com.digi.xbee.api.android.connection.bluetooth.AndroidBluetoothInterface
 
readData(byte[]) - Method in class com.digi.xbee.api.android.connection.usb.AndroidUSBInterface
 
readData(byte[], int, int) - Method in class com.digi.xbee.api.android.connection.usb.AndroidUSBInterface
 
readPosition - Variable in class com.digi.xbee.api.android.connection.bluetooth.BlCircularByteBuffer
Index of the first byte available to be read.
removeMicroPythonDataListener(IMicroPythonDataReceiveListener) - Method in class com.digi.xbee.api.android.XBeeBLEDevice
 
removePacketListener(IPacketReceiveListener) - Method in class com.digi.xbee.api.android.XBeeBLEDevice
 
removeSerialDataListener(ISerialDataReceiveListener) - Method in class com.digi.xbee.api.android.XBeeBLEDevice
 
removeUserDataRelayListener(IUserDataRelayReceiveListener) - Method in class com.digi.xbee.api.android.XBeeBLEDevice
 
reset() - Method in class com.digi.xbee.api.android.connection.bluetooth.BlCircularByteBuffer.CircularByteBufferInputStream
Reset the stream.
reset() - Method in class com.digi.xbee.api.android.XBeeBLEDevice
 

S

sendBreak(int) - Method in class com.digi.xbee.api.android.connection.serial.SerialPortDigiAndroid
 
sendMicroPythonData(byte[]) - Method in class com.digi.xbee.api.android.XBeeBLEDevice
 
sendPacket(XBeePacket, IPacketReceiveListener) - Method in class com.digi.xbee.api.android.XBeeBLEDevice
 
sendPacket(XBeePacket) - Method in class com.digi.xbee.api.android.XBeeBLEDevice
 
sendPacketAsync(XBeePacket) - Method in class com.digi.xbee.api.android.XBeeBLEDevice
 
sendSerialData(byte[]) - Method in class com.digi.xbee.api.android.XBeeBLEDevice
 
sendUserDataRelay(XBeeLocalInterface, byte[]) - Method in class com.digi.xbee.api.android.XBeeBLEDevice
 
serialEvent(SerialPortEvent) - Method in class com.digi.xbee.api.android.connection.serial.SerialPortDigiAndroid
 
SerialPortDigiAndroid - Class in com.digi.xbee.api.android.connection.serial
This class represents a serial port interface making use of the Digi Android Serial Port library based on the RxTx implementation.
SerialPortDigiAndroid(Context, String, int) - Constructor for class com.digi.xbee.api.android.connection.serial.SerialPortDigiAndroid
Class constructor.
SerialPortDigiAndroid(Context, String, int, int) - Constructor for class com.digi.xbee.api.android.connection.serial.SerialPortDigiAndroid
Class constructor.
SerialPortDigiAndroid(Context, String, SerialPortParameters) - Constructor for class com.digi.xbee.api.android.connection.serial.SerialPortDigiAndroid
Class constructor.
SerialPortDigiAndroid(Context, String, SerialPortParameters, int) - Constructor for class com.digi.xbee.api.android.connection.serial.SerialPortDigiAndroid
Class constructor.
setBluetoothPassword(String) - Method in class com.digi.xbee.api.android.XBeeBLEDevice
 
setBreak(boolean) - Method in class com.digi.xbee.api.android.connection.serial.SerialPortDigiAndroid
 
setDTR(boolean) - Method in class com.digi.xbee.api.android.connection.serial.SerialPortDigiAndroid
 
setPortParameters(int, int, int, int, int) - Method in class com.digi.xbee.api.android.connection.serial.SerialPortDigiAndroid
 
setReadTimeout(int) - Method in class com.digi.xbee.api.android.connection.serial.SerialPortDigiAndroid
 
setReceiveTimeout(int) - Method in class com.digi.xbee.api.android.XBeeBLEDevice
 
setRTS(boolean) - Method in class com.digi.xbee.api.android.connection.serial.SerialPortDigiAndroid
 
skip(long) - Method in class com.digi.xbee.api.android.connection.bluetooth.BlCircularByteBuffer.CircularByteBufferInputStream
Skip bytes.
skip(long) - Method in class com.digi.xbee.api.android.connection.usb.AndroidUSBInputStream
 
skip(int) - Method in class com.digi.xbee.api.android.connection.usb.CircularByteBuffer
Skips the given number of bytes from the circular byte buffer.
startReadThread() - Method in class com.digi.xbee.api.android.connection.usb.AndroidUSBInputStream
Starts the USB input stream read thread to start reading data from the USB Android connection.
stopReadThread() - Method in class com.digi.xbee.api.android.connection.usb.AndroidUSBInputStream
Stops the USB input stream read thread.

T

ThreadDevice - Class in com.digi.xbee.api.android
This class represents a local Thread device.
ThreadDevice(Context, int) - Constructor for class com.digi.xbee.api.android.ThreadDevice
Class constructor.
ThreadDevice(Context, int, AndroidUSBPermissionListener) - Constructor for class com.digi.xbee.api.android.ThreadDevice
Class constructor.
ThreadDevice(Context, String, int) - Constructor for class com.digi.xbee.api.android.ThreadDevice
Class constructor.
ThreadDevice(Context, String, SerialPortParameters) - Constructor for class com.digi.xbee.api.android.ThreadDevice
Class constructor.
toString() - Method in class com.digi.xbee.api.android.connection.bluetooth.AndroidBluetoothInterface
 
toString() - Method in class com.digi.xbee.api.android.connection.serial.SerialPortDigiAndroid
 
toString() - Method in class com.digi.xbee.api.android.XBeeBLEDevice
 

W

WiFiDevice - Class in com.digi.xbee.api.android
This class represents a local Wi-Fi device.
WiFiDevice(Context, int) - Constructor for class com.digi.xbee.api.android.WiFiDevice
Class constructor.
WiFiDevice(Context, int, AndroidUSBPermissionListener) - Constructor for class com.digi.xbee.api.android.WiFiDevice
Class constructor.
WiFiDevice(Context, String, int) - Constructor for class com.digi.xbee.api.android.WiFiDevice
Class constructor.
WiFiDevice(Context, String, SerialPortParameters) - Constructor for class com.digi.xbee.api.android.WiFiDevice
Class constructor.
write(byte[]) - Method in class com.digi.xbee.api.android.connection.bluetooth.BlCircularByteBuffer.CircularByteBufferOutputStream
Write an array of bytes.
write(byte[], int, int) - Method in class com.digi.xbee.api.android.connection.bluetooth.BlCircularByteBuffer.CircularByteBufferOutputStream
Write a portion of an array of bytes.
write(int) - Method in class com.digi.xbee.api.android.connection.bluetooth.BlCircularByteBuffer.CircularByteBufferOutputStream
Write a single byte.
write(int) - Method in class com.digi.xbee.api.android.connection.usb.AndroidUSBOutputStream
 
write(byte[]) - Method in class com.digi.xbee.api.android.connection.usb.AndroidUSBOutputStream
 
write(byte[], int, int) - Method in class com.digi.xbee.api.android.connection.usb.AndroidUSBOutputStream
 
write(byte[], int, int) - Method in class com.digi.xbee.api.android.connection.usb.CircularByteBuffer
Writes the given amount of bytes to the circular byte buffer.
writeData(byte[]) - Method in class com.digi.xbee.api.android.connection.bluetooth.AndroidBluetoothInterface
 
writeData(byte[], int, int) - Method in class com.digi.xbee.api.android.connection.bluetooth.AndroidBluetoothInterface
 
writeData(byte[]) - Method in class com.digi.xbee.api.android.connection.usb.AndroidUSBInterface
 
writeData(byte[], int, int) - Method in class com.digi.xbee.api.android.connection.usb.AndroidUSBInterface
 
writePosition - Variable in class com.digi.xbee.api.android.connection.bluetooth.BlCircularByteBuffer
Index of the first byte available to be written.

X

XBee - Class in com.digi.xbee.api.android
 
XBee() - Constructor for class com.digi.xbee.api.android.XBee
 
XBeeBLEDevice - Class in com.digi.xbee.api.android
This class represents an XBee Bluetooth Low Energy (BLE) device.
XBeeBLEDevice(Context, BluetoothDevice, String) - Constructor for class com.digi.xbee.api.android.XBeeBLEDevice
Class constructor.
XBeeBLEDevice(Context, String, String) - Constructor for class com.digi.xbee.api.android.XBeeBLEDevice
Class constructor.
XBeeDevice - Class in com.digi.xbee.api.android
This class represents a local XBee device.
XBeeDevice(Context, int) - Constructor for class com.digi.xbee.api.android.XBeeDevice
Class constructor.
XBeeDevice(Context, int, AndroidUSBPermissionListener) - Constructor for class com.digi.xbee.api.android.XBeeDevice
Class constructor.
XBeeDevice(Context, String, int) - Constructor for class com.digi.xbee.api.android.XBeeDevice
Class constructor.
XBeeDevice(Context, String, SerialPortParameters) - Constructor for class com.digi.xbee.api.android.XBeeDevice
Class constructor.

Z

ZigBeeBLEDevice - Class in com.digi.xbee.api.android
This class represents a ZigBee Bluetooth Low Energy (BLE) device.
ZigBeeBLEDevice(Context, BluetoothDevice, String) - Constructor for class com.digi.xbee.api.android.ZigBeeBLEDevice
Class constructor.
ZigBeeBLEDevice(Context, String, String) - Constructor for class com.digi.xbee.api.android.ZigBeeBLEDevice
Class constructor.
ZigBeeDevice - Class in com.digi.xbee.api.android
This class represents a local ZigBee device.
ZigBeeDevice(Context, int) - Constructor for class com.digi.xbee.api.android.ZigBeeDevice
Class constructor.
ZigBeeDevice(Context, int, AndroidUSBPermissionListener) - Constructor for class com.digi.xbee.api.android.ZigBeeDevice
Class constructor.
ZigBeeDevice(Context, String, int) - Constructor for class com.digi.xbee.api.android.ZigBeeDevice
Class constructor.
ZigBeeDevice(Context, String, SerialPortParameters) - Constructor for class com.digi.xbee.api.android.ZigBeeDevice
Class constructor.
A B C D F G I M O P R S T W X Z 
Skip navigation links