System.Bluetooth.TBluetoothLEDevice.DoWriteCharacteristic

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

Delphi

function DoWriteCharacteristic(const ACharacteristic: TBluetoothGattCharacteristic): Boolean; virtual; abstract;

C++

virtual bool __fastcall DoWriteCharacteristic(TBluetoothGattCharacteristic* const ACharacteristic) = 0 ;

プロパティ

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


説明

リモート デバイスの既存のキャラクタリスティックのうち、指定されたキャラクタリスティックの UUID と同じ UUID を持つものを見つけ、その既存キャラクタリスティックのデータを、指定されたキャラクタリスティックのデータで置き換えます。

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

WriteCharacteristic から DoWriteCharacteristic が呼び出されます。

関連項目