System.Bluetooth.Components.TBluetoothLE.UnSubscribeToCharacteristic

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE


説明

SubscribeToCharacteristic を使って既に有効化されている、指定デバイスの指定キャラクタリスティックに関する変更通知を無効にします。

関連項目