API:System.Bluetooth.TBluetoothDevice

From RAD Studio API Documentation
Jump to: navigation, search

System.Bluetooth.TBluetoothCustomDeviceSystem.TObjectTBluetoothDevice

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.

System.Bluetooth.TBluetoothDevice inherits from System.Bluetooth.TBluetoothCustomDevice. All content below this line refers to System.Bluetooth.TBluetoothCustomDevice.

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:

See Also