Contents

stateUpdateHandler

A handler that delivers channel state updates.

Declaration

@preconcurrency final var stateUpdateHandler: (@Sendable (NWEthernetChannel.State) -> Void)? { get set }

See Also

Handling State Updates