API:System.Bluetooth.TBluetoothDevice

Delphi
TBluetoothDevice = class(TBluetoothCustomDevice)
C++
class PASCALIMPLEMENTATION TBluetoothDevice : public TBluetoothCustomDevice
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | System.Bluetooth |
Description
Base class for subclasses that represent a Bluetooth-enabled remote device. {{#multireplace:System.Bluetooth.TBluetoothDevice|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Bluetooth.TBluetoothCustomDevice|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Bluetooth.TBluetoothCustomDevice|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Base class for subclasses that represent a Bluetooth-enabled remote device.
You can use TBluetoothCustomDevice subclasses to obtain a socket that you can use to connect to remote devices as a client.
To obtain an instance of a TBluetoothCustomDevice subclass, use the GetPairedDevices method or the LastDiscoveredDevices property of a manager.
Do not use TBluetoothCustomDevice directly; use one of the following subclasses instead: