pub unsafe extern "C" fn otDatasetUpdaterCancelUpdate(
aInstance: *mut otInstance,
)
Expand description
Cancels an ongoing (if any) Operational Dataset update request.
Available when OPENTHREAD_CONFIG_DATASET_UPDATER_ENABLE
is enabled.
@param[in] aInstance A pointer to an OpenThread instance.