System.Bluetooth.Components.TBluetoothLE.UpdateCharacteristicValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateCharacteristicValue(const ACharacteristic: TBluetoothGattCharacteristic);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE

Description

Replaces the data of an existing characteristic with the same UUID as the UUID of the specified characteristic, and replaces the data of the existing characteristic with the data of the specified characteristic.

Your servers informs subscribed clients of these changes.

See Also