System.Tether.Manager.TTetheringAllowedConnection
Delphi
  TTetheringAllowedConnection = record
    ProtocolType: TTetheringProtocolType;
    AdapterType: TTetheringAdapterType;
    Connection: string;
  end;
C++
struct DECLSPEC_DRECORD TTetheringAllowedConnection
{
public:
    System::UnicodeString ProtocolType;
    System::UnicodeString AdapterType;
    System::UnicodeString Connection;
};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| record struct | public | System.Tether.Manager.pas System.Tether.Manager.hpp | System.Tether.Manager | System.Tether.Manager | 
Description
Data required to establish a connection to a remote profile.