System.Bluetooth.Components.TBluetoothLE

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

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTBluetoothLE

Delphi

TBluetoothLE = class(TComponent)

C++

class PASCALIMPLEMENTATION TBluetoothLE : public System::Classes::TComponent

プロパティ

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


説明

Bluetooth LE フレームワークのクラス(TBluetoothLEManagerTBluetoothGattServerTBluetoothLEDeviceTBluetoothGattService など)の主要機能のラッパーとなるコンポーネントです。

TBluetoothLE コンポーネントは、次のような Bluetooth LE 機能を提供します。

きめ細かい制御をしたり高度な機能を使用するために、背後にある Bluetooth LE フレームワークのクラスのインスタンスにアクセスしたい場合には、CurrentAdapterCurrentManagerGattServer などのプロパティを使用することができます。

関連項目