System.Bluetooth.TBluetoothCustomDevice.GetBluetoothType

提供: RAD Studio API Documentation
2014年8月31日 (日) 02:48時点におけるHonji (トーク | 投稿記録)による版 (1版: LOC-16156/2014.08.22.DocWikiPages_JAonly)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Delphi

function GetBluetoothType: TBluetoothType; virtual; abstract;

C++

virtual TBluetoothType __fastcall GetBluetoothType(void) = 0 ;

プロパティ

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


説明

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

BluetoothType の取得アクセサです。

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

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

関連項目