System.Bluetooth.TBluetoothGattCharacteristic.GetService

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetService: TBluetoothGattService;

C++

TBluetoothGattService* __fastcall GetService();

プロパティ

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


説明

このキャラクタリスティックが属する Bluetooth GATT サービスを返します。GATT キャラクタリスティックは、この GATT サービスに関連付けられています。

関連項目