System.Bluetooth.TBluetoothManager.DoGetClassicAdapter

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

Delphi

function DoGetClassicAdapter: TBluetoothAdapter; virtual; abstract;

C++

virtual TBluetoothAdapter* __fastcall DoGetClassicAdapter() = 0 ;

プロパティ

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


説明

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

CurrentAdapter の取得アクセサです。

関連項目