Projekt

Obecné

Profil

« Předchozí | Další » 

Revize e6a01bd8

Přidáno uživatelem Pultak před asi 2 roky(ů)

re #9712 Added documentation of the newly implemented methods + refactoring

Zobrazit rozdíly:

ld_client/LDClient/utils/ConfigLoader.cs
39 39
        private const string DdSection = "DebuggerDetection";
40 40

  
41 41

  
42
        public string[] T32ApiCommands { get; private set; } = null!;
43
        public string T32ApiAddress { get; private set; } = null!;
44
        public string T32ApiPort { get; private set; } = null!;
45
        public string T32ApiPacketLen { get; private set; } = null!;
46

  
47 42
        #region Logger
48 43

  
49 44
        /// <summary>
......
169 164
        /// </summary>
170 165
        public int T32RemWaitTimeoutMs { get; private set; }
171 166

  
167

  
168
        /// <summary>
169
        /// List of commands to be executed by though the t32 api
170
        /// </summary>
171
        public string[] T32ApiCommands { get; private set; } = null!;
172

  
173
        /// <summary>
174
        /// Address of the listening t32 application
175
        /// </summary>
176
        public string T32ApiAddress { get; private set; } = null!;
177

  
178
        /// <summary>
179
        /// Port of the listening t32 application
180
        /// </summary>
181
        public string T32ApiPort { get; private set; } = null!;
182

  
183
        /// <summary>
184
        /// Size of the packets send/received from t32 application
185
        /// </summary>
186
        public string T32ApiPacketLen { get; private set; } = null!;
187

  
172 188
        #endregion
173 189

  
174 190
        /// <summary>

Také k dispozici: Unified diff