Operatorswift-nio 2.72.0NIOCore
==(_:_:)
Interfaces.swift:186This declaration has been renamed to NIONetworkDevice.
This declaration is deprecated.
static func == (lhs: NIONetworkInterface, rhs: NIONetworkInterface) -> Bool
Other members in extension
Instance members
Show obsolete interfaces (8)
Hide obsolete interfaces
let address: SocketAddress
The address associated with the given network interface.
let broadcastAddress: SocketAddress?
The broadcast address associated with this socket interface, if it has one. Some interfaces do not, especially those that have a
pointToPointDestinationAddress
.var debugDescription: String
let interfaceIndex: Int
The index of the interface, as provided by
if_nametoindex
.let multicastSupported: Bool
If the Interface supports Multicast
let name: String
The name of the network interface.
let netmask: SocketAddress?
The netmask associated with this address, if any.
let pointToPointDestinationAddress: SocketAddress?
The address of the peer on a point-to-point interface, if this is one. Some interfaces do not have such an address: most of those have a
broadcastAddress
instead.