HMCharacteristicMetadataFormatUInt64

Static HMCharacteristicMetadataFormatUInt64 

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

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

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

See also Apple’s documentation