Class | Description |
---|---|
AccessPoint |
This class represents an Access Point for the Wi-Fi protocol.
|
ATCommand |
This class represents an AT command used to read or set different properties
of the XBee device.
|
ATCommandResponse |
This class represents the response of an AT Command sent by the connected
XBee device or by a remote device after executing an AT Command.
|
CoAPURI |
Class containing the different constants that can be used as Uniform Resource
Identifier (URI) when working with CoAP transmissions.
|
ExplicitXBeeMessage |
This class represents an Explicit XBee message containing the remote XBee
device the message belongs to, the content (data) of the message, a flag
indicating if the message is a broadcast message (was received or is being
sent via broadcast) and all the application layer fields: source endpoint,
destination endpoint, cluster ID and profile ID.
|
HardwareVersion |
This class represents the hardware version number of an XBee device.
|
IPMessage |
This class represents an IP message containing the IP address the
message belongs to, the source and destination ports, the IP protocol,
and the content (data) of the message.
|
RemoteATCommandOptions |
This class lists all the possible options that can be set while transmitting
a remote AT Command.
|
SMSMessage |
This class represents an SMS message containing the phone number that sent
the message and the content (data) of the message.
|
UserDataRelayMessage |
This class represents a User Data Relay message containing the source
interface and the content (data) of the message.
|
XBee16BitAddress |
This class represents a 16-bit network address.
|
XBee64BitAddress |
This class represents a 64-bit address (also known as MAC address).
|
XBeeIMEIAddress |
This class represents an IMEI address used by cellular devices.
|
XBeeMessage |
This class represents an XBee message containing the remote XBee device the
message belongs to, the content (data) of the message and a flag indicating
if the message is a broadcast message (was received or is being sent via
broadcast).
|
XBeePacketsQueue |
This class represents a queue of XBee packets used for sequential packets
reading within the XBee Java API.
|
XBeeReceiveOptions |
This class lists all the possible options that have been set while
receiving an XBee packet.
|
XBeeTransmitOptions |
This class lists all the possible options that can be set while
transmitting an XBee data packet.
|
Enum | Description |
---|---|
APIOutputMode |
Enumerates the different API output modes.
|
AssociationIndicationStatus |
Enumerates the different association indication status.
|
ATCommandStatus |
Enumerates all the possible states of an AT Command after executing it.
|
ATStringCommands |
Enumerates several AT commands used to parse AT command packets.
|
CellularAssociationIndicationStatus |
Enumerates the different association indication status for the Cellular
protocol.
|
DeviceCloudStatus |
Enumerates the different Device Cloud statuses.
|
DiscoveryOptions |
Enumerates the different options used in the discovery process.
|
FrameError |
Enumerates the different frame errors.
|
HardwareVersionEnum |
Enumerates the different hardware versions of the XBee devices.
|
HTTPMethodEnum |
Enumerates the different HTTP method values.
|
IPAddressingMode |
Enumerates the different IP addressing modes.
|
IPProtocol |
Enumerates the different IP protocols.
|
ModemStatusEvent |
Enumerates the different modem status events.
|
OperatingMode |
Enumerates the different working modes of the XBee device.
|
PowerLevel |
Enumerates the different power levels.
|
RestFulStatusEnum |
Enumerates the different RestFul statuses.
|
SendDataRequestOptions |
Enumerates the different options for the
SendDataRequestPacket . |
SpecialByte |
Enumerates all the special bytes of the XBee protocol that must be escaped
when working on API 2 mode.
|
SrpError |
Enumerates the different errors of the SRP authentication.
|
SrpStep |
Enumerates the available steps of the SRP authentication.
|
ThreadAssociationIndicationStatus |
Enumerates the different association indication status for the Thread
protocol.
|
WiFiAssociationIndicationStatus |
Enumerates the different association indication status for the Wi-Fi
protocol.
|
WiFiEncryptionType |
Enumerates the different Wi-Fi encryption types.
|
XBeeDiscoveryStatus |
Enumerates all the possible states of the discovery.
|
XBeeLocalInterface |
Enumerates the different XBee local interfaces used in the Relay API packets.
|
XBeeProtocol |
Enumerates the available XBee protocols.
|
XBeeTransmitStatus |
Enumerates the different transmit status.
|
© Copyright 2014 - 2024 Digi International Inc. All rights reserved.