System.Bluetooth.TBluetoothGattServer.DoUpdateCharacteristicValue

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

Delphi

procedure DoUpdateCharacteristicValue(const ACharacteristic: TBluetoothGattCharacteristic); virtual; abstract;

C++

virtual void __fastcall DoUpdateCharacteristicValue(TBluetoothGattCharacteristic* const ACharacteristic) = 0 ;

プロパティ

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


説明

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

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

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

関連項目