nw_ethernet_channel_t
An object you use to send and receive custom Ethernet frames.
Declaration
typealias nw_ethernet_channel_t = any OS_nw_ethernet_channelDiscussion
Use Ethernet channels to send and receive custom Ethernet frame types over an interface.
Creating Ethernet channels requires the com.apple.developer.networking.custom-protocol entitlement.
Topics
Managing Ethernet Channels
nw_ethernet_channel_create(_:_:)nw_ethernet_channel_set_queue(_:_:)nw_ethernet_channel_start(_:)nw_ethernet_channel_cancel(_:)
Handling State Updates
nw_ethernet_channel_set_state_changed_handler(_:_:)nw_ethernet_channel_state_changed_handler_tnw_ethernet_channel_state_t