Open main menu

RAD Studio API Documentation β

System.Bluetooth.TBluetoothLEDevice.WriteCharacteristic

Delphi

function WriteCharacteristic(const ACharacteristic: TBluetoothGattCharacteristic): Boolean;

C++

bool __fastcall WriteCharacteristic(TBluetoothGattCharacteristic* const ACharacteristic);

Properties

Type Visibility Source Unit Parent
function public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEDevice

Description

Finds an existing characteristic of the remote device 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.

See Also