System.Tether.Manager.TTetheringAllowedConnection
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.