API:System.Bluetooth.TBluetoothDevice

提供:RAD Studio API Documentation

TBluetoothDeviceSystem.Bluetooth.TBluetoothCustomDeviceSystem.TObject

Delphi

TBluetoothDevice = class(TBluetoothCustomDevice)

C++

class PASCALIMPLEMENTATION TBluetoothDevice : public TBluetoothCustomDevice

プロパティ

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

説明

Bluetooth 対応のリモート デバイスを表すサブクラスの基底クラスです。 {{#multireplace:System.Bluetooth.TBluetoothDevice|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:System.Bluetooth.TBluetoothCustomDevice|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:System.Bluetooth.TBluetoothCustomDevice|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。

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

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

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

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

関連項目