[][src]Function openthread_sys::otThreadRegisterParentResponseCallback

pub unsafe extern "C" fn otThreadRegisterParentResponseCallback(
    aInstance: *mut otInstance,
    aCallback: otThreadParentResponseCallback,
    aContext: *mut c_void
)

This function registers a callback to receive MLE Parent Response data.

@param[in] aInstance A pointer to an OpenThread instance. @param[in] aCallback A pointer to a function that is called upon receiving an MLE Parent Response message. @param[in] aContext A pointer to callback client-specific context.