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

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.