System.Bluetooth.TBluetoothLEAdapter.FManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

[Weak] FManager: TBluetoothLEManager;

C++

TBluetoothLEManager* FManager;

Properties

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

Description

Manager of your adapter.

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

See Also