pub unsafe extern "C" fn otThreadRegisterParentResponseCallback(
aInstance: *mut otInstance,
aCallback: Option<unsafe extern "C" fn(_: *mut otThreadParentResponseInfo, _: *mut c_void)>,
aContext: *mut c_void,
)Expand description
Registers a callback to receive MLE Parent Response data.
Requires OPENTHREAD_CONFIG_MLE_PARENT_RESPONSE_CALLBACK_API_ENABLE.
@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.