System.Tether.Manager.TTetheringAllowedConnection

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also