System.Bluetooth.Components.TBluetoothLE.GetCharacteristics

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

Delphi

function GetCharacteristics(const AService: TBluetoothGattService): TBluetoothGattCharacteristicList;

C++

System::Bluetooth::TBluetoothGattCharacteristicList* __fastcall GetCharacteristics(System::Bluetooth::TBluetoothGattService* const AService);

プロパティ

種類 可視性 ソース ユニット
function public
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE


説明

指定された GATT サービスから提供されるキャラクタリスティックのリストを返します。

関連項目