System.Bluetooth.TBluetoothGattService.IncludedServices

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

Delphi

property IncludedServices: TBluetoothGattServiceList read GetIncludedServices;

C++

__property TBluetoothGattServiceList* IncludedServices = {read=GetIncludedServices};

プロパティ

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


説明

この GATT サービスに含まれているサービスのリストです。

標準サービスの詳細については、公式サイトのサービスに関するページ(英語版)を参照してください。

関連項目