pub unsafe extern "C" fn otNetDataSteeringDataCheckJoiner(
    aInstance: *mut otInstance,
    aEui64: *const otExtAddress
) -> otError
Expand description

Check if the steering data includes a Joiner.

@param[in] aInstance A pointer to an OpenThread instance. @param[in] aEui64 A pointer to the Joiner’s IEEE EUI-64.

@retval OT_ERROR_NONE @p aEui64 is included in the steering data. @retval OT_ERROR_INVALID_STATE No steering data present. @retval OT_ERROR_NOT_FOUND @p aEui64 is not included in the steering data.