System.Bluetooth.TBluetoothUUID.D2

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

D2: Word;

Properties

Type Visibility Source Unit Parent
field public System.pas System.Bluetooth TBluetoothUUID

Description

D2 maps the 4 hexadecimal digits in UUID next to the 8 hexadecimal digits in D1 as described in TBluetoothUUID.

UUID specifies a universally unique identifier, represented by a string literal enclosed by brackets. The UUID declaration must have the form:

['{UUID}']

or

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

where each x is a hexadecimal digit (0 through 9 or A through F).

D2 maps the 4 hexadecimal digits next to the 8 hexadecimal digits in D1 in this UUID string literal:

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

See Also