pub unsafe extern "C" fn otThreadGetParentInfo(
    aInstance: *mut otInstance,
    aParentInfo: *mut otRouterInfo
) -> otError
Expand description

The function retrieves diagnostic information for a Thread Router as parent.

@param[in] aInstance A pointer to an OpenThread instance. @param[out] aParentInfo A pointer to where the parent router information is placed.