System.Bluetooth.TBluetoothCustomDevice

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

System.TObjectTBluetoothCustomDevice

Delphi

TBluetoothCustomDevice = class

C++

class PASCALIMPLEMENTATION TBluetoothCustomDevice : public System::TObject

プロパティ

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


説明

Bluetooth 対応のリモート デバイスを表すサブクラスの基底クラスです。

TBluetoothCustomDevice のサブクラスを使用すれば、リモート デバイスにクライアントとして接続するのに使用できるソケットを取得できます。

TBluetoothCustomDevice サブクラスのインスタンスを取得するには、マネージャGetPairedDevices メソッドまたは LastDiscoveredDevices プロパティを使用します。

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

関連項目