System.Bluetooth.Components.TBluetoothLE.CurrentAdapter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CurrentAdapter: TBluetoothLEAdapter read GetCurrentAdapter;

C++

__property System::Bluetooth::TBluetoothLEAdapter* CurrentAdapter = {read=GetCurrentAdapter};

Properties

Type Visibility Source Unit Parent
property public
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE

Description

Adapter of the manager of your component.

See Also