pub unsafe extern "C" fn otPlatRadioGetRssi(
    aInstance: *mut otInstance
) -> i8
Expand description

Get the most recent RSSI measurement.

@param[in] aInstance The OpenThread instance structure.

@returns The RSSI in dBm when it is valid. 127 when RSSI is invalid.