Package | Description |
---|---|
com.digi.xbee.api | |
com.digi.xbee.api.io |
Modifier and Type | Method and Description |
---|---|
IOMode |
AbstractXBeeDevice.getIOConfiguration(IOLine ioLine)
Returns the configuration mode of the provided IO line of this XBee
device.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractXBeeDevice.setIOConfiguration(IOLine ioLine,
IOMode ioMode)
Sets the configuration of the given IO line of this XBee device.
|
Modifier and Type | Method and Description |
---|---|
static IOMode |
IOMode.getIOMode(int modeID)
Returns the
IOMode associated to the provided mode ID. |
static IOMode |
IOMode.getIOMode(int modeID,
IOLine ioLine)
Returns the
IOMode corresponding to the provided mode ID and
IO line. |
static IOMode |
IOMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IOMode[] |
IOMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
© Copyright 2014–2014 Digi International Inc. All rights reserved.