Package | Description |
---|---|
com.digi.xbee.api | |
com.digi.xbee.api.connection.bluetooth | |
com.digi.xbee.api.connection.serial |
Modifier and Type | Method and Description |
---|---|
static IConnectionInterface |
XBee.createConnectiontionInterface(String port,
int baudRate)
Returns a serial port connection interface for the provided port with
the given baud rate.
|
static IConnectionInterface |
XBee.createConnectiontionInterface(String port,
SerialPortParameters serialPortParameters)
Returns a serial port connection interface for the provided port with
the given serial port parameters.
|
IConnectionInterface |
AbstractXBeeDevice.getConnectionInterface()
Returns the connection interface associated to this XBee device.
|
Constructor and Description |
---|
AbstractXBeeDevice(IConnectionInterface connectionInterface)
Class constructor.
|
CellularDevice(IConnectionInterface connectionInterface)
Class constructor.
|
DataReader(IConnectionInterface connectionInterface,
OperatingMode mode,
AbstractXBeeDevice xbeeDevice)
Class constructor.
|
DigiMeshDevice(IConnectionInterface connectionInterface)
Class constructor.
|
DigiPointDevice(IConnectionInterface connectionInterface)
Class constructor.
|
NBIoTDevice(IConnectionInterface connectionInterface)
Deprecated.
Class constructor.
|
Raw802Device(IConnectionInterface connectionInterface)
Class constructor.
|
ThreadDevice(IConnectionInterface connectionInterface)
Class constructor.
|
WiFiDevice(IConnectionInterface connectionInterface)
Class constructor.
|
XBeeDevice(IConnectionInterface connectionInterface)
Class constructor.
|
ZigBeeDevice(IConnectionInterface connectionInterface)
Class constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBluetoothInterface
This class provides common functionality to Bluetooth Low Energy interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSerialPort
Abstract class that provides common functionality to work with serial ports.
|
class |
SerialPortRxTx
This class represents a serial port using the RxTx library to communicate
with it.
|
© Copyright 2014 - 2024 Digi International Inc. All rights reserved.