System.Bluetooth.TBluetoothLEManager.Current

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

Delphi

class property Current: TBluetoothLEManager read InternalGetBluetoothManager;

C++

/* static */ __property TBluetoothLEManager* Current = {read=InternalGetBluetoothManager};

プロパティ

種類 可視性 ソース ユニット
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEManager


説明

TBluetoothLEManager のグローバル インスタンスを返します。

どのアプリケーションでも、そのアプリケーションで必要な TBluetoothLEManager のインスタンスは 1 つだけです。Current を使用すると、TBluetoothLEManager のインスタンスを取得し、TBluetoothLEManagerシングルトンとして使用することができます。

関連項目