API:System.Bluetooth.TBluetoothLEDevice.DoSetCharacteristicNotification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoSetCharacteristicNotification(const ACharacteristic: TBluetoothGattCharacteristic;
Enable: Boolean): Boolean; virtual; abstract;

C++

virtual bool __fastcall DoSetCharacteristicNotification(TBluetoothGattCharacteristic* const ACharacteristic, bool Enable) = 0 ;

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.