Contents

nw_path_enumerate_interfaces_block_t

A block that enumerates the interfaces available to a path.

Declaration

typealias nw_path_enumerate_interfaces_block_t = (nw_interface_t) -> Bool

Return Value

Return true to continue enumerating, or false to stop enumerating.

See Also

Data Types