---
title: "deviceController(_:getNodesWithStoredDataWithReply:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrxpcserverprotocol_mtrdevicecontroller/devicecontroller(_:getnodeswithstoreddatawithreply:)"
---

# deviceController(_:getNodesWithStoredDataWithReply:)

## Declaration

```swift
optional func deviceController(_ controller: UUID, getNodesWithStoredDataWithReply reply: @escaping @Sendable ([NSNumber]) -> Void)
```

```swift
optional func deviceControllerGetNodesWithStoredData(_ controller: UUID) async -> [NSNumber]
```
