Static HMCharacteristicMetadataFormatUInt16

Source
pub unsafe static HMCharacteristicMetadataFormatUInt16: &'static NSString
Available on crate feature HMCharacteristicMetadata only.
Expand description

Describes that the value format is an unsigned 16-bit integer.

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

See also Apple’s documentation