Instance Propertyswift-nio 2.72.0NIOCore

    broadcastAddress

    The broadcast address associated with this socket interface, if it has one. Some interfaces do not, especially those that have a pointToPointDestinationAddress.

    Interfaces.swift:251
    var broadcastAddress: 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