System.Bluetooth.TBluetoothAdapter.GetScanMode

提供:RAD Studio API Documentation

Delphi

function GetScanMode: TBluetoothScanMode; virtual; abstract;

C++

virtual TBluetoothScanMode __fastcall GetScanMode() = 0 ;

プロパティ

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


説明

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

ScanMode の取得アクセサです。

関連項目