[][src]Function openthread_sys::otDatasetSendMgmtPendingSet

pub unsafe extern "C" fn otDatasetSendMgmtPendingSet(
    aInstance: *mut otInstance,
    aDataset: *const otOperationalDataset,
    aTlvs: *const u8,
    aLength: u8
) -> otError

This function sends MGMT_PENDING_SET.

@param[in] aInstance A pointer to an OpenThread instance. @param[in] aDataset A pointer to operational dataset. @param[in] aTlvs A pointer to TLVs. @param[in] aLength The length of TLVs.

@retval OT_ERROR_NONE Successfully send the meshcop dataset command. @retval OT_ERROR_NO_BUFS Insufficient buffer space to send.