Static HMCharacteristicMetadataFormatTLV8

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

Describes that the value format is a TLV8.

The value is an NSData containing a set of one or more TLV8’s, which are packed type-length-value items with an 8-bit type, 8-bit length, and N-byte value.

See also Apple’s documentation