<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVSystemRouting",
  "identifier" : "/documentation/AVSystemRouting/AVSystemRoute-5s2um/DataChannel/send(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AVSystemRouting"
    ],
    "preciseIdentifier" : "s:15AVSystemRouting0A5RouteC11DataChannelC4sendyy10Foundation0D0VYaKF"
  },
  "title" : "send(_:)"
}
-->

# send(_:)

Sends data to a remote application.

```
final func send(_ data: Data) async throws
```

## Parameters

`data`

The data to send to the remote application.

## Discussion

Calling this function again before a previous send completes is safe; multiple send
operations can be in-flight concurrently.

> Throws: An error if the send operation fails.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)