pub unsafe extern "C" fn otDatasetSetPending(
aInstance: *mut otInstance,
aDataset: *const otOperationalDataset,
) -> otErrorExpand description
This function sets the Pending Operational Dataset.
@param[in] aInstance A pointer to an OpenThread instance. @param[in] aDataset A pointer to the Pending Operational Dataset.
@retval OT_ERROR_NONE Successfully set the Pending Operational Dataset. @retval OT_ERROR_NO_BUFS Insufficient buffer space to set the Pending Operational Dataset. @retval OT_ERROR_INVALID_ARGS @p aDataset was NULL.