[][src]Type Definition openthread_sys::otThreadParentResponseCallback

type otThreadParentResponseCallback = Option<unsafe extern "C" fn(aInfo: *mut otThreadParentResponseInfo, aContext: *mut c_void)>;

This function pointer is called every time an MLE Parent Response message is received.

@param[in] aStats pointer to a location on stack holding the stats data. @param[in] aContext A pointer to callback client-specific context.