System.Bluetooth.TBluetoothUUID.D1

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

D1: Cardinal;

Properties

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

Description

D1 maps the first 8 hexadecimal digits in UUID as described in TBluetoothUUID.

UUID specifies a universally unique identifier, represented by a string literal enclosed in 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).

D1 maps the first 8 hexadecimal digits in this UUID string literal:

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

See Also