System.Tether.Manager.TTetheringAllowedConnection

提供:RAD Studio API Documentation

Delphi

TTetheringAllowedConnection = record

C++

struct DECLSPEC_DRECORD TTetheringAllowedConnection
{
public:
    TTetheringProtocolType ProtocolType;
    TTetheringAdapterType AdapterType;
    System::UnicodeString Connection;
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager System.Tether.Manager


説明

リモート プロファイルへの接続を確立するのに必要なデータです。

関連項目