System.Bluetooth.TBluetoothUUID.D1

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

D1: Cardinal;

Propriétés

Type Visibilité  Source Unité  Parent
field public System.pas System.Bluetooth TBluetoothUUID


Description

D1 correspond aux 8 premiers chiffres hexadécimaux de UUID, comme décrit dans TBluetoothUUID.

UUID spécifie un identificateur universellement unique, représenté par un littéral chaîne délimité par des accolades. La déclaration UUID doit avoir la forme suivante :

['{UUID}']

ou

['{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}']

où chaque x est un chiffre hexadécimal (de 0 à 9 ou de A à F).

D1 correspond aux 8 premiers chiffres hexadécimaux de ce littéral chaîne UUID :

['{D1-xxxx-xxxx-xxxx-xxxxxxxxxxxx}']

Voir aussi