System.Bluetooth.TBluetoothGattCharacteristic.GetService

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetService: TBluetoothGattService;

C++

TBluetoothGattService* __fastcall GetService();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattCharacteristic


Beschreibung

Gibt den Bluetooth-GATT-Dienst zurück, zu dem dieses Merkmal gehört. Das Gatt-Merkmal ist diesem GATT-Dienst zugeordnet.

Siehe auch