Package | Description |
---|---|
com.digi.xbee.api.models | |
com.digi.xbee.api.packet.thread |
Modifier and Type | Method and Description |
---|---|
static RestFulStatusEnum |
RestFulStatusEnum.get(int id)
Retrieves the RestFul status for the given ID.
|
static RestFulStatusEnum |
RestFulStatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestFulStatusEnum[] |
RestFulStatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RestFulStatusEnum |
CoAPRxResponsePacket.getStatus()
Returns the RESTFul status used for the transmission.
|
Modifier and Type | Method and Description |
---|---|
void |
CoAPRxResponsePacket.setStatus(RestFulStatusEnum restFulStatus)
Sets the RESTFul status used for the transmission.
|
Constructor and Description |
---|
CoAPRxResponsePacket(int frameID,
Inet6Address destAddress,
Inet6Address sourceAddress,
int destPort,
int sourcePort,
IPProtocol protocol,
RestFulStatusEnum restFulStatus,
byte[] rfData)
Class constructor.
|
© Copyright 2014 - 2024 Digi International Inc. All rights reserved.