System.Tether.Manager.TTetheringAllowedConnection

提供: RAD Studio API Documentation
移動先: 案内検索

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;
};

プロパティ

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


説明

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

関連項目