send(content:to:vlanTag:completion:)
Sends a single Ethernet frame over a channel to a specific Ethernet address.
Declaration
@preconcurrency final func send(content: Data, to remoteAddress: NWEthernetChannel.EthernetAddress, vlanTag: UInt16, completion: @escaping @Sendable (NWError?) -> Void)