System.Bluetooth.Components.TBluetooth

提供:RAD Studio API Documentation

TBluetoothSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject

Delphi

TBluetooth = class(TComponent)

C++

class PASCALIMPLEMENTATION TBluetooth : public System::Classes::TComponent

プロパティ

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


説明

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

TBluetooth コンポーネントは、次のようなクラシック Bluetooth 機能を提供します。

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

関連項目