System.Bluetooth.Components.TBluetoothLE.UnSubscribeToCharacteristic

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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


Description

Désactive la notification des changements apportés à la caractéristique spécifiée du périphérique spécifié, précédemment activée en utilisant SubscribeToCharacteristic.

Voir aussi