---
title: "readAttributeNullableInt16u(withClusterStateCache:endpoint:queue:completion:)"
framework: matter
role: symbol
role_heading: Type Method
path: "matter/mtrbaseclusterunittesting/readattributenullableint16u(withclusterstatecache:endpoint:queue:completion:)"
---

# readAttributeNullableInt16u(withClusterStateCache:endpoint:queue:completion:)

## Declaration

```swift
class func readAttributeNullableInt16u(withClusterStateCache clusterStateCacheContainer: MTRClusterStateCacheContainer, endpoint: NSNumber, queue: dispatch_queue_t, completion: @escaping @Sendable (NSNumber?, (any Error)?) -> Void)
```

```swift
class func readAttributeNullableInt16u(withClusterStateCache clusterStateCacheContainer: MTRClusterStateCacheContainer, endpoint: NSNumber, queue: dispatch_queue_t) async throws -> NSNumber
```
