API: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

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。