System.Tether.BluetoothAdapter.TTetheringBluetoothAdapter.GetAdapterType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAdapterType: TTetheringAdapterType; override;

C++

virtual System::UnicodeString __fastcall GetAdapterType(void);

Properties

Type Visibility Source Unit Parent
function protected
System.Tether.BluetoothAdapter.pas
System.Tether.BluetoothAdapter.hpp
System.Tether.BluetoothAdapter TTetheringBluetoothAdapter

Description

Getter of the AdapterType property.

Returns the string Bluetooth.

See Also