Package | Description |
---|---|
com.digi.xbee.api | |
com.digi.xbee.api.connection | |
com.digi.xbee.api.connection.serial |
Modifier and Type | Method and Description |
---|---|
static IConnectionInterface |
XBee.createConnectiontionInterface(String port,
int baudRate)
Retrieves a serial port connection interface for the provided port with
the given baud rate.
|
static IConnectionInterface |
XBee.createConnectiontionInterface(String port,
SerialPortParameters serialPortParameters)
Retrieves 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.
|
DigiMeshDevice(IConnectionInterface connectionInterface)
Class constructor.
|
DigiPointDevice(IConnectionInterface connectionInterface)
Class constructor.
|
Raw802Device(IConnectionInterface connectionInterface)
Class constructor.
|
XBeeDevice(IConnectionInterface connectionInterface)
Class constructor.
|
ZigBeeDevice(IConnectionInterface connectionInterface)
Class constructor.
|
Constructor and Description |
---|
DataReader(IConnectionInterface connectionInterface,
OperatingMode mode,
XBeeDevice xbeeDevice)
Class constructor.
|
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–2014 Digi International Inc. All rights reserved.