System.Bluetooth.TBluetoothAdapter

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

System.Bluetooth.TBluetoothCustomAdapterSystem.TObjectTBluetoothAdapter

Delphi

TBluetoothAdapter = class(TBluetoothCustomAdapter)

C++

class PASCALIMPLEMENTATION TBluetoothAdapter : public TBluetoothCustomAdapter

プロパティ

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


説明

クラシック Bluetooth ハードウェア アダプタを表します。

Bluetooth ハードウェア アダプタは、このデバイスからクラシック Bluetooth を使って他のデバイスと通信できるようにする組み込み型またはデバイス接続型ハードウェアです。TBluetoothAdapter の各インスタンでは、これらのハードウェア アダプタの 1 つを表します。

TBluetoothAdapter のどのインスタンスもマネージャと関連付けられており、また、どのマネージャも TBluetoothCustomAdapter のサブクラス(TBluetoothAdapter など)と関連付けられています。

TBluetoothAdapter を使用すると、リモート デバイスの検出リモート デバイスとのペア設定サーバー ソケットの作成を行え、その結果、リモート デバイスがお使いのアダプタに接続できるようになります。

関連項目