System.Tether.Manager.TTetheringAdapter.GetAdapterType
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:
- For TTetheringNetworkAdapter, TTetheringNetworkAdapter.GetAdapterType returns Network.
- For TTetheringBluetoothAdapter, TTetheringBluetoothAdapter.GetAdapterType returns Bluetooth.