System.Bluetooth.Components.TBluetoothLE.WriteCharacteristic

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function WriteCharacteristic(const ADevice: TBluetoothLEDevice;
const ACharacteristic: TBluetoothGattCharacteristic): Boolean;

C++

bool __fastcall WriteCharacteristic(System::Bluetooth::TBluetoothLEDevice* const ADevice, System::Bluetooth::TBluetoothGattCharacteristic* const ACharacteristic);

Properties

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

Description

Finds an existing characteristic of the specified 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