Contents

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

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

Declaration

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)

See Also

Functions