[][src]Function openthread_sys::otDatasetSendMgmtPendingGet

pub unsafe extern "C" fn otDatasetSendMgmtPendingGet(
    aInstance: *mut otInstance,
    aDatasetComponents: *const otOperationalDatasetComponents,
    aTlvTypes: *const u8,
    aLength: u8,
    aAddress: *const otIp6Address
) -> otError

This function sends MGMT_PENDING_GET.

@param[in] aInstance A pointer to an OpenThread instance. @param[in] aDatasetComponents A pointer to a Dataset Components structure specifying which components to request. @param[in] aTlvTypes A pointer to array containing additional raw TLV types to be requested. @param[in] aLength The length of @p aTlvTypes. @param[in] aAddress A pointer to the IPv6 destination, if it is NULL, will use Leader ALOC as default.

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