[][src]Function openthread_sys::otThreadGetParentAverageRssi

pub unsafe extern "C" fn otThreadGetParentAverageRssi(
    aInstance: *mut otInstance,
    aParentRssi: *mut i8
) -> otError

The function retrieves the average RSSI for the Thread Parent.

@param[in] aInstance A pointer to an OpenThread instance. @param[out] aParentRssi A pointer to where the parent RSSI should be placed.