Package | Description |
---|---|
com.digi.xbee.api.models | |
com.digi.xbee.api.packet.devicecloud |
Modifier and Type | Method and Description |
---|---|
static SendDataRequestOptions |
SendDataRequestOptions.get(int id)
Retrieves the
SendDataRequestOptions for the given ID. |
static SendDataRequestOptions |
SendDataRequestOptions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SendDataRequestOptions[] |
SendDataRequestOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SendDataRequestOptions |
SendDataRequestPacket.getOptions()
Retrieves the file upload operation options.
|
Modifier and Type | Method and Description |
---|---|
void |
SendDataRequestPacket.setOptions(SendDataRequestOptions options)
Sets the file upload operation options.
|
Constructor and Description |
---|
SendDataRequestPacket(int frameID,
String path,
String contentType,
SendDataRequestOptions options,
byte[] fileData)
Class constructor.
|
© Copyright 2014 - 2024 Digi International Inc. All rights reserved.