System.Bluetooth.TBluetoothGattService.UUIDName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UUIDName: string read GetServiceUUIDName;

C++

__property System::UnicodeString UUIDName = {read=GetServiceUUIDName};

Properties

Type Visibility Source Unit Parent
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattService

Description

Returns a string with the UUIDName of this service.

Visit the official page for more information about standard services: Standard BluetoothLE Services.

See Also