System.Bluetooth.Components.TBluetoothLE.UnSubscribeToCharacteristic

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

bool __fastcall UnSubscribeToCharacteristic(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

Disables notifications for changes on the specified characteristic of the specified device, previously enabled using SubscribeToCharacteristic.

See Also