System.Bluetooth.Components.TBluetoothLE.WriteCharacteristic

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

Delphi

function WriteCharacteristic(const ADevice: TBluetoothLEDevice;  const ACharacteristic: TBluetoothGattCharacteristic): Boolean;

C++

bool __fastcall WriteCharacteristic(System::Bluetooth::TBluetoothLEDevice* const ADevice, System::Bluetooth::TBluetoothGattCharacteristic* const ACharacteristic);

プロパティ

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


説明

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

関連項目