System.Bluetooth.Components.TBluetoothLE

提供: RAD Studio API Documentation
2014年12月10日 (水) 00:26時点におけるHonji (トーク | 投稿記録)による版 (1版: LOC-16933/2014.12.05.DocWikiPages_JA)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

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 などのプロパティを使用することができます。

関連項目