System.Bluetooth.Components.TBluetoothLE.UpdateCharacteristicValue

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

Delphi

procedure UpdateCharacteristicValue(const ACharacteristic: TBluetoothGattCharacteristic);

C++

void __fastcall UpdateCharacteristicValue(System::Bluetooth::TBluetoothGattCharacteristic* const ACharacteristic);

プロパティ

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


説明

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

サーバーは、サブスクライブしているクライアントにこれらの変更を通知します。

関連項目