Package | Description |
---|---|
com.digi.xbee.api | |
com.digi.xbee.api.models | |
com.digi.xbee.api.packet.thread |
Modifier and Type | Method and Description |
---|---|
byte[] |
ThreadDevice.sendCoAPData(Inet6Address ipv6Address,
String uri,
HTTPMethodEnum method,
boolean applyChanges,
byte[] data)
Sends the provided CoAP IPv6 data to the given IPv6 address and port using
the specified IPv6 protocol.
|
byte[] |
ThreadDevice.sendCoAPData(Inet6Address ipv6Address,
String uri,
HTTPMethodEnum method,
byte[] data)
Sends the provided CoAP IPv6 data to the given IPv6 address and port using
the specified IPv6 protocol.
|
void |
ThreadDevice.sendCoAPDataAsync(Inet6Address ipv6Address,
String uri,
HTTPMethodEnum method,
boolean applyChanges,
byte[] data)
Sends the provided CoAP IPv6 data to the given IPv6 address and port
asynchronously using the specified IPv6 protocol.
|
void |
ThreadDevice.sendCoAPDataAsync(Inet6Address ipv6Address,
String uri,
HTTPMethodEnum method,
byte[] data)
Sends the provided CoAP IPv6 data to the given IPv6 address and port
asynchronously using the specified IPv6 protocol.
|
Modifier and Type | Method and Description |
---|---|
static HTTPMethodEnum |
HTTPMethodEnum.get(int value)
Returns the HTTP method associated to the given value.
|
static HTTPMethodEnum |
HTTPMethodEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HTTPMethodEnum[] |
HTTPMethodEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HTTPMethodEnum |
CoAPTxRequestPacket.getMethod()
Returns the HTTP method used for the transmission.
|
Modifier and Type | Method and Description |
---|---|
void |
CoAPTxRequestPacket.setMethod(HTTPMethodEnum method)
Sets the HTTP method used for the transmission.
|
Constructor and Description |
---|
CoAPTxRequestPacket(int frameID,
int transmitOptions,
HTTPMethodEnum method,
Inet6Address destAddress,
String uri,
byte[] payload)
Class constructor.
|
© Copyright 2014 - 2024 Digi International Inc. All rights reserved.