public interface ZigBeeRoute
See Table 2.128 RoutingTableList Record Format in ZIGBEE SPECIFICATION: 1_053474r17ZB_TSC-ZigBee-Specification.pdf.
Modifier and Type | Field and Description |
---|---|
static int |
ACTIVE
Constant value representing an active route.
|
static int |
DISCOVERY_FAILED
Constant value representing a failed route discovery.
|
static int |
DISCOVERY_UNDERWAY
Constant value representing a route that is under discovery.
|
static int |
INACTIVE
Constant value representing an inactive route.
|
static int |
VALIDATION_UNDERWAY
Constant value representing a route which is under validation.
|
Modifier and Type | Method and Description |
---|---|
String |
getDestination()
Returns the service PID of the
ZigBeeNode as destination of this
route entry. |
String |
getNextHop()
Returns the service PID of the
ZigBeeNode to send the data for
reaching the destination. |
int |
getStatus()
Returns the status of this route.
|
static final int ACTIVE
static final int DISCOVERY_UNDERWAY
static final int DISCOVERY_FAILED
static final int INACTIVE
static final int VALIDATION_UNDERWAY
String getDestination()
ZigBeeNode
as destination of this
route entry.ZigBeeNode
as destination of this
route entry.String getNextHop()
ZigBeeNode
to send the data for
reaching the destination.ZigBeeNode
to send the data for
reaching the destination.int getStatus()
ACTIVE
, DISCOVERY_UNDERWAY
,
DISCOVERY_FAILED
, INACTIVE
,
VALIDATION_UNDERWAY
.Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0