System.Bluetooth.TBluetoothCustomDevice

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 を直接使用しないでください。代わりに、次のサブクラスのいずれかを使用します。