System.Bluetooth.Components.TBluetooth.GetCurrentAdapter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCurrentAdapter: TBluetoothAdapter;

C++

System::Bluetooth::TBluetoothAdapter* __fastcall GetCurrentAdapter(void);

Properties

Type Visibility Source Unit Parent
function protected
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetooth

Description

Getter of CurrentAdapter.

See Also