Package | Description |
---|---|
com.digi.xbee.api.exceptions | |
com.digi.xbee.api.models | |
com.digi.xbee.api.packet.common |
Modifier and Type | Method and Description |
---|---|
ATCommandStatus |
ATCommandException.getCommandStatus()
Returns the
ATCommandStatus of the exception containing
information about the AT command response. |
Constructor and Description |
---|
ATCommandException(ATCommandStatus atCommandStatus)
Creates an
ATCommandException with the provided
ATCommandStatus indicating the status of the AT command response
and as its error detail message. |
ATCommandException(String message,
ATCommandStatus atCommandStatus)
Creates an
ATCommandException with the specified message and
ATCommandStatus indicating the status of the AT command response. |
ATCommandException(String message,
Throwable cause,
ATCommandStatus atCommandStatus)
Creates an
ATCommandException with the specified message, cause
and ATCommandStatus indicating the status of the AT command
response. |
Modifier and Type | Method and Description |
---|---|
static ATCommandStatus |
ATCommandStatus.get(int id)
Returns the
ATCommandStatus associated to the given ID. |
ATCommandStatus |
ATCommandResponse.getResponseStatus()
Returns the AT command response status.
|
static ATCommandStatus |
ATCommandStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ATCommandStatus[] |
ATCommandStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ATCommandResponse(ATCommand command,
ATCommandStatus status)
Class constructor.
|
ATCommandResponse(ATCommand command,
byte[] response,
ATCommandStatus status)
Class constructor.
|
Modifier and Type | Method and Description |
---|---|
ATCommandStatus |
RemoteATCommandResponsePacket.getStatus()
Returns the AT command response status.
|
ATCommandStatus |
ATCommandResponsePacket.getStatus()
Returns the AT command response status.
|
Constructor and Description |
---|
ATCommandResponsePacket(int frameID,
ATCommandStatus status,
String command,
byte[] commandValue)
Class constructor.
|
RemoteATCommandResponsePacket(int frameID,
XBee64BitAddress sourceAddress64,
XBee16BitAddress sourceAddress16,
String command,
ATCommandStatus status,
byte[] commandValue)
Class constructor.
|
© Copyright 2014–2014 Digi International Inc. All rights reserved.