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 をサポートしているリモート デバイスを表します。

TBluetoothDevice のインスタンスを使用すれば、リモート デバイスから提供されるサービスのリストを取得できるほか、リモート デバイスのサービスにクライアントとして接続してデータを交換するのに使用できるソケットを作成できます。

TBluetoothDevice のインスタンスはまた、リモート デバイスについての有用な情報も提供します。たとえば、デバイスがアプリケーションの動作デバイスとペアになっているかどうか、リモート デバイスの状態、リモート デバイスのおよび完全分類(種類)などです。

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

関連項目