System.Bluetooth.TBluetoothAdapter

From RAD Studio API Documentation
Jump to: navigation, search

System.Bluetooth.TBluetoothCustomAdapterSystem.TObjectTBluetoothAdapter

Delphi

TBluetoothAdapter = class(TBluetoothCustomAdapter)

C++

class PASCALIMPLEMENTATION TBluetoothAdapter : public TBluetoothCustomAdapter

Properties

Type Visibility Source Unit Parent
class public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth System.Bluetooth

Description

Represents a Classic 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 devices using Classic Bluetooth. Each instance of TBluetoothAdapter represents one of these hardware adapters.

Every instance of TBluetoothAdapter is associated with a manager, and every manager is associated with a subclass of TBluetoothCustomAdapter such as TBluetoothAdapter.

You can use TBluetoothAdapter to discover remote devices, pair with remote devices, and create server sockets so that remote devices can connect to your adapter.

See Also