<!--
{
  "availability" : [
    "iOS: 12.0.0 -",
    "iPadOS: 12.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.14.0 -",
    "tvOS: 12.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Network",
  "identifier" : "/documentation/Network/nw_browse_result_t",
  "metadataVersion" : "0.1.0",
  "role" : "Type Alias",
  "symbol" : {
    "kind" : "Type Alias",
    "modules" : [
      "Network"
    ],
    "preciseIdentifier" : "c:@T@nw_browse_result_t"
  },
  "title" : "nw_browse_result_t"
}
-->

# nw_browse_result_t

A discovered service and metadata about the service.

```
typealias nw_browse_result_t = any OS_nw_browse_result
```

## Topics

### Evaluating Browser Results

[`nw_browse_result_copy_endpoint(_:)`](/documentation/Network/nw_browse_result_copy_endpoint(_:))

The discovered service endpoint.

[`nw_browse_result_enumerate_interfaces(_:_:)`](/documentation/Network/nw_browse_result_enumerate_interfaces(_:_:))

Enumerates the list of interfaces on which the service was discovered.

[`nw_browse_result_enumerate_interface_t`](/documentation/Network/nw_browse_result_enumerate_interface_t)

A handler that enumerates the interfaces associated with a discovered service.

[`nw_browse_result_get_interfaces_count(_:)`](/documentation/Network/nw_browse_result_get_interfaces_count(_:))

Accesses the number of interfaces associated with a discovered service.

### Handling TXT Records

[`nw_browse_result_copy_txt_record_object(_:)`](/documentation/Network/nw_browse_result_copy_txt_record_object(_:))

Accesses the TXT record associated with a discovered service.

[`nw_txt_record_t`](/documentation/Network/nw_txt_record_t)

A dictionary representing a TXT record in a DNS packet.

### Tracking Result Changes

[`nw_browse_result_get_changes(_:_:)`](/documentation/Network/nw_browse_result_get_changes(_:_:))

Compares two discovered services and calculates changes between them.

[`nw_browse_result_change_t`](/documentation/Network/nw_browse_result_change_t)

Flags describing ways in which discovered services can change between specific results.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)