System.Tether.Manager.TTetheringAdapter.GetAdapterType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAdapterType: TTetheringAdapterType; virtual; abstract;

C++

virtual System::UnicodeString __fastcall GetAdapterType(void) = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringAdapter

Description

Note: This is an abstract method that technology-specific subclasses of Tethering adapter implement.

Getter of the AdapterType property.

Subclasses of TTetheringAdapter override and implement GetAdapterType:

See Also