pub unsafe extern "C" fn otDatasetSetPending(
    aInstance: *mut otInstance,
    aDataset: *const otOperationalDataset
) -> otError
Expand description

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_NOT_IMPLEMENTED The platform does not implement settings functionality.