Function otDatasetSendMgmtActiveSet

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

This function sends MGMT_ACTIVE_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.