- 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.