<!--
{
  "availability" : [
    "macOS: 10.15.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Network",
  "identifier" : "/documentation/Network/nw_ethernet_channel_send(_:_:_:_:_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Network"
    ],
    "preciseIdentifier" : "c:@F@nw_ethernet_channel_send"
  },
  "title" : "nw_ethernet_channel_send(_:_:_:_:_:)"
}
-->

# nw_ethernet_channel_send(_:_:_:_:_:)

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

```
func nw_ethernet_channel_send(_ ethernet_channel: nw_ethernet_channel_t, _ content: dispatch_data_t, _ vlan_tag: UInt16, _ remote_address: UnsafeMutablePointer<UInt8>, _ completion: @escaping nw_ethernet_channel_send_completion_t)
```

---

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)