System.Bluetooth.TBluetoothLEDevice.WriteCharacteristic

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

Delphi

function WriteCharacteristic(const ACharacteristic: TBluetoothGattCharacteristic): Boolean;

C++

bool __fastcall WriteCharacteristic(TBluetoothGattCharacteristic* const ACharacteristic);

プロパティ

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


説明

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

関連項目