System.Bluetooth.TBluetoothAdapter.DoCancelDiscovery

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

Delphi

procedure DoCancelDiscovery; virtual; abstract;

C++

virtual void __fastcall DoCancelDiscovery() = 0 ;

プロパティ

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


説明

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

DoStartDiscovery によって既に開始された検出処理を中止します。

DoCancelDiscoveryCancelDiscovery から呼び出されます。

関連項目