<!--
{
  "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_change_t",
  "metadataVersion" : "0.1.0",
  "role" : "Type Alias",
  "symbol" : {
    "kind" : "Type Alias",
    "modules" : [
      "Network"
    ],
    "preciseIdentifier" : "c:@T@nw_browse_result_change_t"
  },
  "title" : "nw_browse_result_change_t"
}
-->

# nw_browse_result_change_t

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

```
typealias nw_browse_result_change_t = UInt64
```

## Topics

### Browse Result Change Flags

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

The comparison was invallid.

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

The compared services are identical.

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

A new service was discovered.

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

A previously discovered service was removed.

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

The service’s associated TXT record changed.

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

The service was discovered over a new interface.

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

The service was no longer discovered over a certain interface.



---

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)