public interface ZigBeeLinkQuality
See Table 2.126 NeighborTableList Record Format in ZIGBEE SPECIFICATION: 1_053474r17ZB_TSC-ZigBee-Specification.pdf.
Modifier and Type | Field and Description |
---|---|
static int |
CHILD_NEIGHBOR
Constant value representing a child relationship between current
ZigBeeNode and the neighbor. |
static int |
OTHERS_NEIGHBOR
Constant value representing a others relationship between current
ZigBeeNode and the neighbor. |
static int |
PARENT_NEIGHBOR
Constant value representing a parent relationship between current
ZigBeeNode and the neighbor. |
static int |
PREVIOUS_CHILD_NEIGHBOR
Constant value representing a previous child relationship between current
ZigBeeNode and the neighbor. |
static int |
SIBLING_NEIGHBOR
Constant value representing a sibling relationship between current
ZigBeeNode and the neighbor. |
Modifier and Type | Method and Description |
---|---|
int |
getDepth()
Returns the depth field of the NeighborTableList Record Format.
|
int |
getLQI()
Returns the Link Quality Indicator.
|
String |
getNeighbor()
Returns the Service.PID referring to the
ZigBeeNode representing
a neighbor. |
int |
getRelationship()
Returns the relationship with the neighbor.
|
static final int PARENT_NEIGHBOR
ZigBeeNode
and the neighbor.static final int CHILD_NEIGHBOR
ZigBeeNode
and the neighbor.static final int SIBLING_NEIGHBOR
ZigBeeNode
and the neighbor.static final int OTHERS_NEIGHBOR
ZigBeeNode
and the neighbor.static final int PREVIOUS_CHILD_NEIGHBOR
ZigBeeNode
and the neighbor.String getNeighbor()
ZigBeeNode
representing
a neighbor.ZigBeeNode
representing
a neighbor.int getLQI()
ZigBeeNode
returning this for communicating with ZigBeeNode
identified by the getNeighbor()
.int getDepth()
int getRelationship()
ZigBeeNode
returning this LQI
and the ZigBeeNode
identified by the
getNeighbor()
.Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0