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

Get the most recent RSSI measurement.

@param[in] aInstance A pointer to an OpenThread instance.

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