| Package | Description | 
|---|---|
| com.digi.xbee.api.models | |
| com.digi.xbee.api.packet.common | 
| Modifier and Type | Method and Description | 
|---|---|
static XBeeDiscoveryStatus | 
XBeeDiscoveryStatus.get(int id)
Returns the  
XBeeDiscoveryStatus associated to the given ID. | 
static XBeeDiscoveryStatus | 
XBeeDiscoveryStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static XBeeDiscoveryStatus[] | 
XBeeDiscoveryStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
XBeeDiscoveryStatus | 
TransmitStatusPacket.getDiscoveryStatus()
Returns the discovery status. 
 | 
| Constructor and Description | 
|---|
TransmitStatusPacket(int frameID,
                    XBee16BitAddress destAddress16,
                    int tranmistRetryCount,
                    XBeeTransmitStatus transmitStatus,
                    XBeeDiscoveryStatus discoveryStatus)
Class constructor. 
 | 
© Copyright 2014–2014 Digi International Inc. All rights reserved.