System.Bluetooth.TBluetoothCustomAdapter

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

System.TObjectTBluetoothCustomAdapter

Delphi

TBluetoothCustomAdapter = class

C++

class PASCALIMPLEMENTATION TBluetoothCustomAdapter : public System::TObject

プロパティ

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


説明

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

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

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

関連項目