System.Bluetooth.TBluetoothLEDevice.Services

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

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 デバイスにサービスのリストを要求します。

関連項目