System.Bluetooth.TBluetoothCustomAdapter.GetAdapterName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAdapterName: string; virtual; abstract;

C++

virtual System::UnicodeString __fastcall GetAdapterName() = 0 ;

Properties

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

Description

Getter of AdapterName.

See Also