Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.digi.xbee.api Classes and Interfaces - 102 results found.
NameDescriptionTypePackageFramework
AbstractSerialPortAbstract class that provides common functionality to work with serial ports.Classcom.digi.xbee.api.connection.serialXBee
AbstractXBeeDeviceThis class provides common functionality for all XBee devices.Classcom.digi.xbee.apiXBee
APIFrameTypeThis enumeration lists all the available frame types used in any XBee Enum Constant SummaryClasscom.digi.xbee.api.packetXBee
APIOutputModeEnumerates the different API output modes.Classcom.digi.xbee.api.modelsXBee
AssociationIndicationStatusenum AssociationIndicationStatusEnumerates the different association indication status.Classcom.digi.xbee.api.modelsXBee
ATCommandThis class represents an AT command used to read or set different properties of the XBee device.Classcom.digi.xbee.api.modelsXBee
ATCommandExceptionThis exception will be thrown when receiving a command response containing a status different than ATCommandStatus#OK after sending an XBee Classcom.digi.xbee.api.exceptionsXBee
ATCommandPacketThis class represents an AT Command XBee packet.Classcom.digi.xbee.api.packet.commonXBee
ATCommandQueuePacketThis class represents an AT Command Queue XBee packet.Classcom.digi.xbee.api.packet.commonXBee
ATCommandResponseThis class represents the response of an AT Command sent by the connected XBee device or by a remote device after executing an AT Command.Classcom.digi.xbee.api.modelsXBee
ATCommandResponsePacketThis class represents an AT Command Response packet.Classcom.digi.xbee.api.packet.commonXBee
ATCommandStatusenum ATCommandStatusEnumerates all the possible states of an AT Command after executing it.Classcom.digi.xbee.api.modelsXBee
ATStringCommandsenum ATStringCommandsEnumerates several AT commands used to parse AT command packets.Classcom.digi.xbee.api.modelsXBee
ByteUtilsUtility class containing methods to work with bytes and byte arrays and several data type conversions.Classcom.digi.xbee.api.utilsXBee
CommunicationExceptionThis exception will be thrown when any problem related to the communication with the XBee device occurs.Classcom.digi.xbee.api.exceptionsXBee
ConnectionExceptionThis exception will be thrown when any problem related to the connection with the XBee device occurs.Classcom.digi.xbee.api.exceptionsXBee
DataReaderThread that constantly reads data from an input stream.Classcom.digi.xbee.api.connectionXBee
DigiMeshDeviceThis class represents a local DigiMesh device.Classcom.digi.xbee.apiXBee
DigiMeshNetworkThis class represents a DigiMesh Network.Classcom.digi.xbee.apiXBee
DigiPointDeviceThis class represents a local DigiPoint device.Classcom.digi.xbee.apiXBee
DigiPointNetworkThis class represents a DigiPoint Network.Classcom.digi.xbee.apiXBee
DiscoveryOptionsenum DiscoveryOptionsEnumerates the different options used in the discovery process.Classcom.digi.xbee.api.modelsXBee
ExplicitAddressingPacketThis class represents an Explicit Addressing Command packet.Classcom.digi.xbee.api.packet.commonXBee
ExplicitRxIndicatorPacketThis class represents an Explicit RX Indicator packet.Classcom.digi.xbee.api.packet.commonXBee
ExplicitXBeeMessageThis class represents an Explicit XBee message containing the remote XBee device the message belongs to, the content (data) of the message, a flag Classcom.digi.xbee.api.modelsXBee
GenericXBeePacketThis class represents a basic and Generic XBee packet where the payload is set as a byte array without a defined structure.Classcom.digi.xbee.api.packetXBee
HardwareVersionThis class represents the hardware version number of an XBee device.Classcom.digi.xbee.api.modelsXBee
HardwareVersionEnumenum HardwareVersionEnumEnumerates the different hardware versions of the XBee devices.Classcom.digi.xbee.api.modelsXBee
HexUtilsUtility class containing methods to work with hexadecimal values and several data type conversions.Classcom.digi.xbee.api.utilsXBee
IConnectionInterfaceThis interface represents a protocol independent connection with an XBee The connection can be made using sockets, serial port, etc.Interfacecom.digi.xbee.api.connectionXBee
IDataReceiveListenerThis interface defines the required methods that should be implemented to behave as a data listener and be notified when new data is received from a Interfacecom.digi.xbee.api.listenersXBee
IDiscoveryListenerInterface defining the required methods that an object should implement to be notified about device discovery events.Interfacecom.digi.xbee.api.listenersXBee
IExplicitDataReceiveListenerThis interface defines the required methods that should be implemented to behave as an explicit data listener and be notified when new explicit data Interfacecom.digi.xbee.api.listenersXBee
IIOSampleReceiveListenerThis interface defines the required methods that an object should implement to behave as an IO Sample listener and be notified when IO samples are Interfacecom.digi.xbee.api.listenersXBee
IModemStatusReceiveListenerThis interface defines the required methods that an object should implement to behave as a modem status listener and be notified when modem status events Interfacecom.digi.xbee.api.listenersXBee
InterfaceAlreadyOpenExceptionThis exception will be thrown when trying to open an interface that is already opened by the application.Classcom.digi.xbee.api.exceptionsXBee
InterfaceInUseExceptionThis exception will be thrown when trying to open the port/communication interface but it is already in use by other applications.Classcom.digi.xbee.api.exceptionsXBee
InterfaceNotOpenExceptionThis exception will be thrown when trying to perform any operation with the XBee device and its communication interface is closed.Classcom.digi.xbee.api.exceptionsXBee
InvalidConfigurationExceptionThis exception will be thrown when trying to open an interface with an invalid configuration.Classcom.digi.xbee.api.exceptionsXBee
InvalidInterfaceExceptionThis exception will be thrown when trying to open a non-existing interface.Classcom.digi.xbee.api.exceptionsXBee
InvalidOperatingModeExceptionThis exception will be thrown when performing any action with the XBee device and its operating mode is different than OperatingMode.Classcom.digi.xbee.api.exceptionsXBee
InvalidPacketExceptionThis exception will be thrown when there is an error parsing an API packet from the input stream.Classcom.digi.xbee.api.exceptionsXBee
IODataSampleRxIndicatorPacketThis class represents an IO Data Sample RX Indicator packet.Classcom.digi.xbee.api.packet.commonXBee
IOLineEnumerates the different IO lines that can be found in the XBee devices.Classcom.digi.xbee.api.ioXBee
IOModeEnumerates the different Input/Output modes that an IO line can be Enum Constant SummaryClasscom.digi.xbee.api.ioXBee
IOSampleThis class represents an IO Data Sample.Classcom.digi.xbee.api.ioXBee
IOValueEnumerates the possible values of a IOLine configured as digital Enum Constant SummaryClasscom.digi.xbee.api.ioXBee
IPacketReceiveListenerThis interface defines the required methods that an object should implement to behave as a packet listener and be notified when new packets are received Interfacecom.digi.xbee.api.listenersXBee
ModemStatusEventenum ModemStatusEventEnumerates the different modem status events.Classcom.digi.xbee.api.modelsXBee
ModemStatusPacketThis class represents a Modem Status packet.Classcom.digi.xbee.api.packet.commonXBee
OperatingModeEnumerates the different working modes of the XBee device.Classcom.digi.xbee.api.modelsXBee
OperationNotSupportedExceptionThis exception will be thrown when the operation performed is not supported by the XBee device.Classcom.digi.xbee.api.exceptionsXBee
PermissionDeniedExceptionThis exception will be thrown when the user does not have the appropriate access to the connection interface.Classcom.digi.xbee.api.exceptionsXBee
PowerLevelEnumerates the different power levels.Classcom.digi.xbee.api.modelsXBee
Raw802DeviceThis class represents a local 802.Classcom.digi.xbee.apiXBee
Raw802NetworkThis class represents an 802.Classcom.digi.xbee.apiXBee
ReceivePacketThis class represents a Receive Packet.Classcom.digi.xbee.api.packet.commonXBee
RemoteATCommandOptionsThis class lists all the possible options that can be set while transmitting a remote AT Command.Classcom.digi.xbee.api.modelsXBee
RemoteATCommandPacketThis class represents a Remote AT Command Request packet.Classcom.digi.xbee.api.packet.commonXBee
RemoteATCommandResponsePacketThis class represents a Remote AT Command Response packet.Classcom.digi.xbee.api.packet.commonXBee
RemoteDigiMeshDeviceThis class represents a remote DigiMesh device.Classcom.digi.xbee.apiXBee
RemoteDigiPointDeviceThis class represents a remote DigiPoint device.Classcom.digi.xbee.apiXBee
RemoteRaw802DeviceThis class represents a remote 802.Classcom.digi.xbee.apiXBee
RemoteXBeeDeviceThis class represents a remote XBee device.Classcom.digi.xbee.apiXBee
RemoteZigBeeDeviceThis class represents a remote ZigBee device.Classcom.digi.xbee.apiXBee
RX16IOPacketThis class represents an RX16 Address IO packet.Classcom.digi.xbee.api.packet.rawXBee
RX16PacketThis class represents an RX (Receive) 16 Request packet.Classcom.digi.xbee.api.packet.rawXBee
RX64IOPacketThis class represents an RX64 Address IO packet.Classcom.digi.xbee.api.packet.rawXBee
RX64PacketThis class represents an RX (Receive) 64 Request packet.Classcom.digi.xbee.api.packet.rawXBee
SerialPortInfoHelper class used to store serial port information.Classcom.digi.xbee.api.connection.serialXBee
SerialPortParametersHelper class used to store serial connection parameters information.Classcom.digi.xbee.api.connection.serialXBee
SerialPortRxTxClasscom.digi.xbee.api.connection.serialXBee
SpecialByteEnumerates all the special bytes of the XBee protocol that must be escaped when working on API 2 mode.Classcom.digi.xbee.api.modelsXBee
TimeoutExceptionThis exception will be thrown when performing synchronous operations and the configured time expires.Classcom.digi.xbee.api.exceptionsXBee
TransmitExceptionThis exception will be thrown when receiving a transmit status different than XBeeTransmitStatus#SUCCESS after sending an XBee API packet.Classcom.digi.xbee.api.exceptionsXBee
TransmitPacketThis class represents a Transmit Packet.Classcom.digi.xbee.api.packet.commonXBee
TransmitStatusPacketThis class represents a Transmit Status Packet.Classcom.digi.xbee.api.packet.commonXBee
TX16PacketThis class represents a TX (Transmit) 16 Request packet.Classcom.digi.xbee.api.packet.rawXBee
TX64PacketThis class represents a TX (Transmit) 64 Request packet.Classcom.digi.xbee.api.packet.rawXBee
TXStatusPacketThis class represents a TX (Transmit) Status packet.Classcom.digi.xbee.api.packet.rawXBee
UnknownXBeePacketThis class represents a basic and unknown XBee packet where the payload is set as a byte array without a defined structure.Classcom.digi.xbee.api.packetXBee
VersionClass used to retrieve the current version of the XBee Java Library.Classcom.digi.xbee.apiXBee
XBeeHelper class used to create a serial port connection interface.Classcom.digi.xbee.apiXBee
XBee16BitAddressThis class represents a 16-bit network address.Classcom.digi.xbee.api.modelsXBee
XBee64BitAddressThis class represents a 64-bit address (also known as MAC address).Classcom.digi.xbee.api.modelsXBee
XBeeAPIPacketThis abstract class provides the basic structure of a ZigBee API frame.Classcom.digi.xbee.api.packetXBee
XBeeChecksumThis class stores, computes and verifies the checksum of the API packets.Classcom.digi.xbee.api.packetXBee
XBeeDeviceThis class represents a local XBee device.Classcom.digi.xbee.apiXBee
XBeeDeviceExceptionThis exception will be thrown when any problem related to the XBee deviceSee Also:XBeeException, Classcom.digi.xbee.api.exceptionsXBee
XBeeDiscoveryStatusenum XBeeDiscoveryStatusEnumerates all the possible states of the discovery.Classcom.digi.xbee.api.modelsXBee
XBeeExceptionGeneric XBee API exception.Classcom.digi.xbee.api.exceptionsXBee
XBeeMessageThis class represents an XBee message containing the remote XBee device the message belongs to, the content (data) of the message and a flag indicating Classcom.digi.xbee.api.modelsXBee
XBeeNetworkThis class represents an XBee Network.Classcom.digi.xbee.apiXBee
XBeePacketThis abstract class represents the basic structure of an XBee packet.Classcom.digi.xbee.api.packetXBee
XBeePacketParserThis class reads and parses XBee packets from the input stream returning a generic XBeePacket which can be casted later to the corresponding Classcom.digi.xbee.api.packetXBee
XBeePacketsQueueThis class represents a queue of XBee packets used for sequential packets reading within the XBee Java API.Classcom.digi.xbee.api.modelsXBee
XBeeProtocolEnumerates the available XBee protocols.Classcom.digi.xbee.api.modelsXBee
XBeeReceiveOptionsThis class lists all the possible options that have been set while receiving an XBee packet.Classcom.digi.xbee.api.modelsXBee
XBeeTransmitOptionsThis class lists all the possible options that can be set while transmitting an XBee data packet.Classcom.digi.xbee.api.modelsXBee
XBeeTransmitStatusenum XBeeTransmitStatusEnumerates the different transmit status.Classcom.digi.xbee.api.modelsXBee
ZigBeeDeviceThis class represents a local ZigBee device.Classcom.digi.xbee.apiXBee
ZigBeeNetworkThis class represents a ZigBee Network.Classcom.digi.xbee.apiXBee