System.Bluetooth.TBluetoothGattCharacteristic.GetService

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetService: TBluetoothGattService;

C++

TBluetoothGattService* __fastcall GetService();

Properties

Type Visibility Source Unit Parent
function public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattCharacteristic

Description

Returns the Bluetooth GATT Service this characteristic belongs to. The Gatt characteristic is associated to this GATT service.

See Also