System.Bluetooth.TBluetoothCustomDevice

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTBluetoothCustomDevice

Delphi

TBluetoothCustomDevice = class

C++

class PASCALIMPLEMENTATION TBluetoothCustomDevice : public System::TObject

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.

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