Function otMessageGetRss

Source
pub unsafe extern "C" fn otMessageGetRss(
    aMessage: *const otMessage,
) -> i8
Expand 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.