API: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 ハードウェア アダプタを表すサブクラスの基底クラスです。

System.Bluetooth.TBluetoothAdapter は System.Bluetooth.TBluetoothCustomAdapter を継承しています。以下の内容はすべて System.Bluetooth.TBluetoothCustomAdapter を参照しています。

Bluetooth ハードウェア アダプタを表すサブクラスの基底クラスです。

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

TBluetoothCustomAdapter を直接使用しないでください。代わりに、次のサブクラスのいずれかを使用します。

関連項目