<!--
{
  "availability" : [
    "macOS: 10.15.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Network",
  "identifier" : "/documentation/Network/NWEthernetChannel/send(content:to:vlanTag:completion:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Network"
    ],
    "preciseIdentifier" : "s:7Network17NWEthernetChannelC4send7content2to7vlanTag10completiony10Foundation4DataV_AC15EthernetAddressVs6UInt16VyAA7NWErrorOSgctF"
  },
  "title" : "send(content:to:vlanTag:completion:)"
}
-->

# send(content:to:vlanTag:completion:)

Sends a single Ethernet frame over a channel to a specific Ethernet address.

```
@preconcurrency final func send(content: Data, to remoteAddress: NWEthernetChannel.EthernetAddress, vlanTag: UInt16, completion: @escaping @Sendable (NWError?) -> Void)
```

---

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)