ZDO_GetLqiRssi_t struct
C
typedef struct
{
ShortAddr_t nodeAddr; //!< Address of the requested node
uint8_t lqi; /*! Pointer to the memory allocated for LQI.
The range of the LQI value is from 0 to 255.*/
int8_t rssi; /*! Pointer to the memory allocated for RSSI.
The RSSI value range is different for various radio chips.
RF230A, RF230B, RF212: from -91 dBm to -7 dBm,
RF231: from -90 dBm to -7 dBm */
} ZDO_GetLqiRssi_t;
Description
Describes the parameters of the ZDO_LqiRssiReq() function
