System.Bluetooth.Components.TBluetoothLE.UnSubscribeToCharacteristic
Delphi
function UnSubscribeToCharacteristic(const ADevice: TBluetoothLEDevice; const ACharacteristic: TBluetoothGattCharacteristic): Boolean;
C++
bool __fastcall UnSubscribeToCharacteristic(System::Bluetooth::TBluetoothLEDevice* const ADevice, System::Bluetooth::TBluetoothGattCharacteristic* const ACharacteristic);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
function | public | System.Bluetooth.Components.pas System.Bluetooth.Components.hpp |
System.Bluetooth.Components | TBluetoothLE |
Beschreibung
Deaktiviert Benachrichtigungen über Änderungen für das angegebene Merkmal des angegebenen Geräts, die zuvor mit SubscribeToCharacteristic aktiviert wurden.