System.Bluetooth.TBluetoothGattService.DoGetCharacteristics

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

Delphi

function DoGetCharacteristics: TBluetoothGattCharacteristicList; virtual; abstract;

C++

virtual TBluetoothGattCharacteristicList* __fastcall DoGetCharacteristics() = 0 ;

プロパティ

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


説明

メモ: これは、TBluetoothGattServiceのプラットフォーム固有のサブクラスで実装される抽象メソッドです。

DoGetCharacteristics は、このサービスに含まれるキャラクタリスティックのリストを返します。

標準サービスの詳細は、公式ページ(標準 BluetoothLE サービス)を参照してください。

プラットフォーム サポート

プラットフォーム Bluetooth LE
クライアント サーバー

Windows

8 以上

OS X

10.7 以上

10.9 以上

iOS

5 以上

6 以上

Android

4.3 以上

関連項目