System.Bluetooth.TBluetoothGattCharacteristic.FService

提供:RAD Studio API Documentation

Delphi

[Weak] FService: TBluetoothGattService;

C++

TBluetoothGattService* FService;

プロパティ

種類 可視性 ソース ユニット
field protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattCharacteristic


説明

キャラクタリスティックを提供するサービスです。

CreateTBluetoothGattService.CreateCharacteristic のどちらかを使ってキャラクタリスティックを作成するときは、そのキャラクタリスティックのサービスを定義します。

関連項目