ot::Message::AddRss() method
Updates the average RSS (Received Signal Strength) associated with the message by adding the given RSS value to the average. Note that a message can be composed of multiple 802.15.4 data frame fragments each received with a different signal strength.
Syntax
void AddRss(int8_t aRss); Arguments
A new RSS value (in dBm) to be added to average.