| Package | Description |
|---|---|
| com.digi.xbee.api | |
| com.digi.xbee.api.models |
| Modifier and Type | Method and Description |
|---|---|
PowerLevel |
AbstractXBeeDevice.getPowerLevel()
Returns the output power level at which this XBee device transmits
conducted power.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractXBeeDevice.setPowerLevel(PowerLevel powerLevel)
Sets the output power level at which this XBee device transmits
conducted power.
|
| Modifier and Type | Method and Description |
|---|---|
static PowerLevel |
PowerLevel.get(int value)
Returns the
PowerLevel entry associated to the given value. |
static PowerLevel |
PowerLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PowerLevel[] |
PowerLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
© Copyright 2014?2015 Digi International Inc. All rights reserved.