System.Bluetooth.TBluetoothLEManager.CancelDiscovery

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

Delphi

procedure CancelDiscovery;

C++

void __fastcall CancelDiscovery();

プロパティ

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


説明

StartDiscovery により既に開始されている検出処理をキャンセルします。

プラットフォーム サポート

Windows では、StartDiscovery により OnDiscoveryEnd イベントがすぐにトリガされるため、CancelDiscovery は効果がありません。

関連項目