[][src]Function openthread_sys::otMessageGetRss

pub unsafe extern "C" fn otMessageGetRss(aMessage: *const otMessage) -> i8

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.