System.Bluetooth.TBluetoothCustomAdapter

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTBluetoothCustomAdapter

Delphi

TBluetoothCustomAdapter = class

C++

class PASCALIMPLEMENTATION TBluetoothCustomAdapter : 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 hardware adapter.

A Bluetooth hardware adapter is a piece of hardware, embedded or otherwise connected to a device, that allows this device to communicate with other Bluetooth devices. Each instance of TBluetoothCustomAdapter or a subclass represents one of these hardware adapters.

Do not use TBluetoothCustomAdapter directly; use one of the following subclasses instead:

See Also