ot::Message::AddLqi() method
Updates the average LQI (Link Quality Indicator) associated with the message. The given LQI value would be added to the average. Note that a message can be composed of multiple 802.15.4 frame fragments each received with a different signal strength.
Syntax
void AddLqi(uint8_t aLqi); Arguments
aLqi
A new LQI value (has no unit) to be added to average.
ot::Message::AddLqi() is called by 2 functions:
![]()
ot::Message::AddLqi()
ot::Message::AddLqi():
![]()
ot::Message::AddLqi()