メインメニューを開く

RAD Studio API Documentation β

System.Bluetooth.TBluetoothLEDevice.Services

Delphi

property Services: TBluetoothGattServiceList read FServices;

C++

__property TBluetoothGattServiceList* Services = {read=FServices};

プロパティ

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


説明

Bluetooth LE デバイスから提供されるサービスのリストのキャッシュです。

Services プロパティを読み取ると、TBluetoothLEDevice が Bluetooth LE デバイスにサービスのリストを要求します。

関連項目