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.

Returns the string Network.

See Also