| Package | Description |
|---|---|
| com.digi.xbee.api.models | |
| com.digi.xbee.api.packet.devicecloud |
| Modifier and Type | Method and Description |
|---|---|
static DeviceCloudStatus |
DeviceCloudStatus.get(int id)
Retrieves the
DeviceCloudStatus for the given ID. |
static DeviceCloudStatus |
DeviceCloudStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceCloudStatus[] |
DeviceCloudStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DeviceCloudStatus |
DeviceResponseStatusPacket.getStatus()
Retrieves the status of the device response.
|
DeviceCloudStatus |
SendDataResponsePacket.getStatus()
Retrieves the file upload status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceResponseStatusPacket.setStatus(DeviceCloudStatus status)
Sets the status of the device response.
|
void |
SendDataResponsePacket.setStatus(DeviceCloudStatus status)
Sets the file upload status.
|
| Constructor and Description |
|---|
DeviceResponseStatusPacket(int frameID,
DeviceCloudStatus status)
Class constructor.
|
SendDataResponsePacket(int frameID,
DeviceCloudStatus status)
Class constructor.
|
© Copyright 2014 - 2019 Digi International Inc. All rights reserved.