System.Tether.Manager.TTetheringAllowedConnection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTetheringAllowedConnection = record

C++

struct DECLSPEC_DRECORD TTetheringAllowedConnection
{
public:
    TTetheringProtocolType ProtocolType;
    TTetheringAdapterType 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