pub unsafe extern "C" fn otMessageGetRss(
aMessage: *const otMessage,
) -> i8Expand description
This function returns the average RSS (received signal strength) associated with the message.
@returns The average RSS value (in dBm) or OT_RADIO_RSSI_INVALID if no average RSS is available.