System.Bluetooth.TBluetoothGattCharacteristic.FService

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

[Weak] FService: TBluetoothGattService;

C++

TBluetoothGattService* FService;

Properties

Type Visibility Source Unit Parent
field protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattCharacteristic

Description

Service that provides the characteristic.

You define the service of a characteristic when you create that characteristic, using either Create or TBluetoothGattService.CreateCharacteristic.

See Also