System.Bluetooth.Components.TBluetooth
Delphi
TBluetooth = class(TComponent)
C++
class PASCALIMPLEMENTATION TBluetooth : public System::Classes::TComponent
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.Bluetooth.Components.pas System.Bluetooth.Components.hpp |
System.Bluetooth.Components | System.Bluetooth.Components |
Description
Component that serves as a wrapper for the main features of the classes of the Classic Bluetooth framework, such as TBluetoothManager, TBluetoothDevice or TBluetoothAdapter.
The TBluetooth component provides Classic Bluetooth features such as:
- Discovering reachable remote devices using DiscoverDevices.
- Reading services advertised by the device using GetServices.
- Reading a list of last paired devices.
You can also access the underlying instances of classes of the Classic Bluetooth framework for fine-grained control or advanced features using properties such as CurrentAdapter, CurrentManager or ScanMode.