---
title: "send(content:to:vlanTag:completion:)"
framework: network
role: symbol
role_heading: Instance Method
path: "network/nwethernetchannel/send(content:to:vlantag:completion:)"
---

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

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

## Declaration

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

## See Also

### Sending and Receiving Ethernet Frames

- [receiveHandler](network/nwethernetchannel/receivehandler.md)
- [NWEthernetChannel.EthernetAddress](network/nwethernetchannel/ethernetaddress.md)
