System.Bluetooth.TBluetoothLEAdapter.DoStartLeDiscoveryRaw

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

Delphi

function DoStartLeDiscoveryRaw: Boolean; virtual; deprecated 'Use DoStartDiscoveryRaw';

C++

virtual bool __fastcall DoStartLeDiscoveryRaw _DEPRECATED_ATTRIBUTE1("Use DoStartDiscoveryRaw") (void);

プロパティ

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


説明

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


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


保留されている検知作業をキャンセルし、新たに検知を開始します。

StartDiscoveryRawDoStartDiscoveryRaw を呼び出します。

関連項目