API:System.Bluetooth.TBluetoothLEAdapter

From RAD Studio API Documentation
Jump to: navigation, search

System.Bluetooth.TBluetoothCustomAdapterSystem.TObjectTBluetoothLEAdapter

Delphi

TBluetoothLEAdapter = class(TBluetoothCustomAdapter)

C++

class PASCALIMPLEMENTATION TBluetoothLEAdapter : public TBluetoothCustomAdapter

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.

System.Bluetooth.TBluetoothLEAdapter inherits from System.Bluetooth.TBluetoothCustomAdapter. All content below this line refers to System.Bluetooth.TBluetoothCustomAdapter.

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