System.Bluetooth.TBluetoothGattServer.UpdateCharacteristicValue
Delphi
procedure UpdateCharacteristicValue(const ACharacteristic: TBluetoothGattCharacteristic);
C++
void __fastcall UpdateCharacteristicValue(TBluetoothGattCharacteristic* const ACharacteristic);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| procedure function | public | System.Bluetooth.pas System.Bluetooth.hpp | System.Bluetooth | TBluetoothGattServer | 
説明
指定されたキャラクタリスティックの UUID と同じ UUID を持つ既存のキャラクタリスティックを見つけ、その既存キャラクタリスティックのデータを、指定されたキャラクタリスティックのデータで置き換えます。
サーバーは、サブスクライブしているクライアントにこれらの変更を通知します。