Contents

nw_browser_browse_results_changed_handler_t

A handler that delivers updates about discovered services.

Declaration

typealias nw_browser_browse_results_changed_handler_t = (nw_browse_result_t, nw_browse_result_t, Bool) -> Void

Discussion

New results will be delivered as changes from previous results in batches. Your application should process changes once a batch is complete, and be ready to handle multiple updates.

See Also

Data Types