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 |
SendDataResponsePacket.getStatus()
Retrieves the file upload status.
|
DeviceCloudStatus |
DeviceResponseStatusPacket.getStatus()
Retrieves the status of the device response.
|
Modifier and Type | Method and Description |
---|---|
void |
SendDataResponsePacket.setStatus(DeviceCloudStatus status)
Sets the file upload status.
|
void |
DeviceResponseStatusPacket.setStatus(DeviceCloudStatus status)
Sets the status of the device response.
|
Constructor and Description |
---|
DeviceResponseStatusPacket(int frameID,
DeviceCloudStatus status)
Class constructor.
|
SendDataResponsePacket(int frameID,
DeviceCloudStatus status)
Class constructor.
|
© Copyright 2014 - 2024 Digi International Inc. All rights reserved.