---
title: HMCharacteristicMetadataFormatUInt16
framework: homekit
role: symbol
role_heading: Global Variable
path: homekit/hmcharacteristicmetadataformatuint16
---

# HMCharacteristicMetadataFormatUInt16

Indicates that the characteristic has unsigned 16-bit integer values.

## Declaration

```swift
let HMCharacteristicMetadataFormatUInt16: String
```

## Discussion

Discussion The value is an NSNumber object containing an unsigned 16-bit integer with a range [0, 65535].

## See Also

### Unsigned Integers

- [HMCharacteristicMetadataFormatUInt8](homekit/hmcharacteristicmetadataformatuint8.md)
- [HMCharacteristicMetadataFormatUInt32](homekit/hmcharacteristicmetadataformatuint32.md)
- [HMCharacteristicMetadataFormatUInt64](homekit/hmcharacteristicmetadataformatuint64.md)
