| Package | Description | 
|---|---|
| com.digi.xbee.api | |
| com.digi.xbee.api.io | 
| Modifier and Type | Method and Description | 
|---|---|
IOValue | 
AbstractXBeeDevice.getDIOValue(IOLine ioLine)
Returns the digital value of the provided IO line of this XBee device. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractXBeeDevice.setDIOValue(IOLine ioLine,
           IOValue ioValue)
Sets the digital value (high or low) to the provided IO line of this 
 XBee device. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IOValue | 
IOSample.getDigitalValue(IOLine ioLine)
Returns the digital value of the provided IO line. 
 | 
static IOValue | 
IOValue.getIOValue(int valueID)
Returns the  
IOValue associated to the provided value ID. | 
static IOValue | 
IOValue.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static IOValue[] | 
IOValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
HashMap<IOLine,IOValue> | 
IOSample.getDigitalValues()
Returns the digital values map. 
 | 
© Copyright 2014–2014 Digi International Inc. All rights reserved.