System.Bluetooth.TBluetoothLEAdapter.DoCancelLeDiscovery

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

Delphi

procedure DoCancelLeDiscovery; virtual; deprecated 'Use DoCancelDiscovery';

C++

virtual void __fastcall DoCancelLeDiscovery _DEPRECATED_ATTRIBUTE1("Use DoCancelDiscovery") (void);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEAdapter


説明

警告: DoCancelLeDiscovery は非推奨になっています。 DoCancelDiscovery を使用してください。


メモ: これは、TBluetoothLEAdapter のプラットフォーム固有のサブクラスで実装される抽象メソッドです。

DoStartLeDiscovery によって前に開始された検知作業をキャンセルします。

CancelDiscoveryDoCancelLeDiscovery を呼び出します。

関連項目