System.Tether.Manager.TTetheringManagerCommand
Delphi
TTetheringManagerCommand = record
C++
struct DECLSPEC_DRECORD TTetheringManagerCommand
{
private:
    static const System::WideChar EscapePrefix = (System::WideChar)(0x5c);
    static const System::Int8 NumStaticParams = System::Int8(0x3);
    int __fastcall GetNumParams();
public:
    bool ValidCommand;
    System::UnicodeString CommandText;
    System::UnicodeString ConnectionString;
    int Version;
#ifndef _WIN64
    System::DynamicArray<System::UnicodeString> Params;
    static TTetheringManagerCommand __fastcall Create(const System::UnicodeString ACommandText, const System::UnicodeString AConnectionString, int AVersion, const System::DynamicArray<System::UnicodeString> AParams);
#else /* _WIN64 */
    System::TArray__1<System::UnicodeString> Params;
    static TTetheringManagerCommand __fastcall Create(const System::UnicodeString ACommandText, const System::UnicodeString AConnectionString, int AVersion, const System::TArray__1<System::UnicodeString> AParams);
#endif /* _WIN64 */
    __property int NumParams = {read=GetNumParams};
    System::UnicodeString __fastcall ToString();
    void __fastcall DecodeCommand(const System::UnicodeString ACommandString);
    static System::UnicodeString __fastcall EscapeSeparator(const System::UnicodeString AText, const System::WideChar *Separators, const int Separators_High);
    static System::UnicodeString __fastcall UnEscapeSeparator(const System::UnicodeString AText, const System::WideChar *Separators, const int Separators_High);
#ifndef _WIN64
    static System::UnicodeString __fastcall Join(const System::WideChar ASeparator, const System::DynamicArray<System::UnicodeString> AValues);
    static System::DynamicArray<System::UnicodeString> __fastcall Split(const System::UnicodeString AString, const System::WideChar ASeparator);
#else /* _WIN64 */
    static System::UnicodeString __fastcall Join(const System::WideChar ASeparator, const System::TArray__1<System::UnicodeString> AValues);
    static System::TArray__1<System::UnicodeString> __fastcall Split(const System::UnicodeString AString, const System::WideChar ASeparator);
#endif /* _WIN64 */
};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| record struct | public | System.Tether.Manager.pas System.Tether.Manager.hpp | System.Tether.Manager | System.Tether.Manager | 
説明
テザリング マネージャ コマンド情報を管理および処理するレコードです。
TTetheringManagerCommand からメソッドを使用するメンバ:
- TTetheringCommand.Create
- TTetheringCommand.ToString
- TTetheringManagerCommunicationThread.AddProfiles
- TTetheringManagerCommunicationThread.CommandStr
- TTetheringManagerCommunicationThread.ProcessResponse
- TTetheringProfileInfo.FromString
- TTetheringProfileInfo.ToString
関連項目
- System.Tether.Manager.TTetheringManager
- System.Tether.Manager.TTetheringCommand.Create
- System.Tether.Manager.TTetheringCommand.ToString
- System.Tether.Manager.TTetheringManagerCommunicationThread.AddProfiles
- System.Tether.Manager.TTetheringManagerCommunicationThread.CommandStr
- System.Tether.Manager.TTetheringManagerCommunicationThread.ProcessResponse
- System.Tether.Manager.TTetheringProfileInfo.FromString
- System.Tether.Manager.TTetheringProfileInfo.ToString