System.Bluetooth.TBluetoothGattService.UUIDName

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property UUIDName: string read GetServiceUUIDName;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattService

Beschreibung

Gibt einen String mit dem UUIDName für diesen Dienst zurück.

Weitere Informationen über Standarddienste finden Sie auf der offiziellen Seite: Standard BluetoothLE Services.

Siehe auch