Instance Propertyswift-nio 2.72.0NIOCore

    pointToPointDestinationAddress

    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.

    Interfaces.swift:264
    var pointToPointDestinationAddress: SocketAddress? { get set }

    Other members in extension

    Type members

    Show obsolete interfaces (1)

    Hide obsolete interfaces

    • init(NIONetworkInterface)

      Convert a NIONetworkInterface to a NIONetworkDevice. As NIONetworkDevices are a superset of NIONetworkInterfaces, it is always possible to perform this conversion.

    Instance members