<!--
{
  "availability" : [
    "iOS: 16.1.0 -",
    "iPadOS: 16.1.0 -",
    "macCatalyst: -",
    "macOS: 14.0.0 -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "MatterSupport",
  "identifier" : "/documentation/MatterSupport/MatterAddDeviceExtensionRequestHandler/ThreadScanResult/init(networkName:panID:extendedPANID:channel:extendedAddress:rssi:version:linkQualityIndicator:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "MatterSupport"
    ],
    "preciseIdentifier" : "s:13MatterSupport0A32AddDeviceExtensionRequestHandlerC16ThreadScanResultV11networkName5panID13extendedPANID7channel0O7Address4rssi7version20linkQualityIndicatorAESS_s6UInt16Vs6UInt64VAO10Foundation4DataVs4Int8Vs5UInt8VAXtcfc"
  },
  "title" : "init(networkName:panID:extendedPANID:channel:extendedAddress:rssi:version:linkQualityIndicator:)"
}
-->

# init(networkName:panID:extendedPANID:channel:extendedAddress:rssi:version:linkQualityIndicator:)

Create the extension request handler.

```
init(networkName: String, panID: UInt16, extendedPANID: UInt64, channel: UInt16, extendedAddress: Data, rssi: Int8, version: UInt8, linkQualityIndicator: UInt8)
```

## Parameters

`networkName`

The Thread network name.

`extendedPANID`

The Thread network extended PAN identifier.

`channel`

The Thread network radio channel.

`extendedAddress`

The identifier of an active Thread network Border Agent.

`rssi`

The observed RSSI of the network by the device.

`version`

The version field, as specified by the Matter specification.

`linkQualityIndicator`

A receive quality indicator, as specified by the Matter specification.

---

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)