System.Bluetooth.TBluetoothCustomDevice.GetBluetoothType

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

Delphi

function GetBluetoothType: TBluetoothType; virtual; abstract;

C++

virtual TBluetoothType __fastcall GetBluetoothType() = 0 ;

プロパティ

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


説明

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

BluetoothType の取得アクセサです。

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

Android バージョン 4.3 以降のみ GetBluetoothType をサポートしています。他のプラットフォームでは、GetBluetoothType は常に TBluetoothType.Classic です。

関連項目