System.Bluetooth.TBluetoothAdapter.FManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

[Weak] FManager: TBluetoothManager;

C++

TBluetoothManager* FManager;

Properties

Type Visibility Source Unit Parent
field protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothAdapter

Description

Manager of your adapter.

Every adapter has a manager, and every manager has an adapter.

See Also