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

Returns the average RSS (received signal strength) associated with the message.

@param[in] aMessage A pointer to a message buffer.

@returns The average RSS value (in dBm) or OT_RADIO_RSSI_INVALID if no average RSS is available.