API:System.Tether.NetworkAdapter.TTetheringNetworkAdapter.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.NetworkAdapter.pas
System.Tether.NetworkAdapter.hpp
System.Tether.NetworkAdapter TTetheringNetworkAdapter

Description

Getter of the AdapterType property.

System.Tether.NetworkAdapter.TTetheringNetworkAdapter.GetAdapterType inherits from System.Tether.Manager.TTetheringAdapter.GetAdapterType. All content below this line refers to System.Tether.Manager.TTetheringAdapter.GetAdapterType.

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