System.Bluetooth.Components.TBluetoothLE.CancelDiscovery

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

Delphi

procedure CancelDiscovery;

C++

void __fastcall CancelDiscovery();

プロパティ

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


説明

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

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

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

関連項目