5.1.2.5 ZDO_GetLqiRssi Function
Syntax
void ZDO_GetLqiRssi(ZDO_GetLqiRssi_t *lqiRssi);
Description
This function requests the Link Quality Indicator (LQI) and Received Signal Strength
Indicator (RSSI) for a remote node, using the address specified in
ZDO_GetLqiRssi_t.nodeAddr
. If the function is called for an unknown
node (one with no established link), it is going to return zeros.
Input Parameters
Parameter Name | Description |
---|---|
lqiRssi | Determines the parameters of the request |
Return Type and Values
- None