<!--
{
  "availability" : [
    "iOS: 16.1.0 -",
    "iPadOS: 16.1.0 -",
    "macCatalyst: -",
    "macOS: 14.0.0 -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "MatterSupport",
  "identifier" : "/documentation/MatterSupport/MatterAddDeviceExtensionRequestHandler/ThreadScanResult",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "MatterSupport"
    ],
    "preciseIdentifier" : "s:13MatterSupport0A32AddDeviceExtensionRequestHandlerC16ThreadScanResultV"
  },
  "title" : "MatterAddDeviceExtensionRequestHandler.ThreadScanResult"
}
-->

# MatterAddDeviceExtensionRequestHandler.ThreadScanResult

A result of a Thread-scan operation performed on the device

```
struct ThreadScanResult
```

## Overview

Use one of these instances to create a [`MatterAddDeviceExtensionRequestHandler.ThreadNetworkAssociation`](/documentation/MatterSupport/MatterAddDeviceExtensionRequestHandler/ThreadNetworkAssociation) as a possible Thread network for the device to join.

## Topics

### Creating the result

[`init(networkName:panID:extendedPANID:channel:extendedAddress:rssi:version:linkQualityIndicator:)`](/documentation/MatterSupport/MatterAddDeviceExtensionRequestHandler/ThreadScanResult/init(networkName:panID:extendedPANID:channel:extendedAddress:rssi:version:linkQualityIndicator:))

Create the extension request handler.

### Getting result information

[`channel`](/documentation/MatterSupport/MatterAddDeviceExtensionRequestHandler/ThreadScanResult/channel)

The Thread network radio channel.

[`extendedAddress`](/documentation/MatterSupport/MatterAddDeviceExtensionRequestHandler/ThreadScanResult/extendedAddress)

The identifier of an active Thread network Border Agent.

[`extendedPANID`](/documentation/MatterSupport/MatterAddDeviceExtensionRequestHandler/ThreadScanResult/extendedPANID)

The Thread network extended PAN identifier.

[`linkQualityIndicator`](/documentation/MatterSupport/MatterAddDeviceExtensionRequestHandler/ThreadScanResult/linkQualityIndicator)

A receive quality indicator, as specified by Matter specification.

[`networkName`](/documentation/MatterSupport/MatterAddDeviceExtensionRequestHandler/ThreadScanResult/networkName)

The Thread network name.

[`panID`](/documentation/MatterSupport/MatterAddDeviceExtensionRequestHandler/ThreadScanResult/panID)

The Thread network PAN identifier.

[`rssi`](/documentation/MatterSupport/MatterAddDeviceExtensionRequestHandler/ThreadScanResult/rssi)

The observed RSSI of the network by the device.

[`version`](/documentation/MatterSupport/MatterAddDeviceExtensionRequestHandler/ThreadScanResult/version)

The version field, as specified by the Matter specification.

### Encoding the result

### Comparing 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)