| Modifier and Type | Field and Description |
|---|---|
protected OptionFormat |
OtherOptionConfig.format
The format of the other option.
|
| Modifier and Type | Method and Description |
|---|---|
OptionFormat |
OtherOptionConfig.getFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
OtherOptionConfig.setFormat(OptionFormat format) |
| Constructor and Description |
|---|
OtherOptionConfig(String alias,
int number,
OptionFormat format,
boolean singleValue,
int minBytes,
int maxBytes)
Constructor with parameters.
|
| Modifier and Type | Method and Description |
|---|---|
OptionFormat |
OtherOptionAttribute.getFormat()
Get the format of this other option.
|
static OptionFormat |
OptionFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OptionFormat[] |
OptionFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OptionFormat |
CoapOtherOptionAttributeImpl.getFormat()
Get the format of this other option.
|
| Modifier and Type | Method and Description |
|---|---|
static OptionFormat |
MessageUtils.toOptionFormat(org.eclipse.californium.core.coap.OptionNumberRegistry.OptionFormat format)
Convert Cf format to option format.
|
Copyright © 2019–2024 Teslanet.nl. All rights reserved.