System.Bluetooth.TBluetoothGattService.Characteristics

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

Delphi

property Characteristics: TBluetoothGattCharacteristicList read GetCharacteristics;

C++

__property TBluetoothGattCharacteristicList* Characteristics = {read=GetCharacteristics};

プロパティ

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


説明

このサービスに含まれるキャラクタリスティックのリストです。

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

関連項目