Instance Propertyswift-nio 2.72.0NIOCore
address
The address associated with the given network interface.
Interfaces.swift:78This declaration has been renamed to NIONetworkDevice.
This declaration is deprecated.
let address: SocketAddress
Other members in extension
Type members
Show obsolete interfaces (1)
Hide obsolete interfaces
Instance members
Show obsolete interfaces (7)
Hide obsolete interfaces
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.