Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 625c7c2e

Přidáno uživatelem Jakub Šilhavý před asi 2 roky(ů)

re #9570 Commented ConnectionStatus.cs, DebuggerInfo.cs, and Payload.cs

Zobrazit rozdíly:

ld_client/LDClient/network/data/DebuggerInfo.cs
1 1
using System.Text.Json.Serialization;
2 2

  
3 3
namespace LDClient.network.data {
4
    
5
    /// <summary>
6
    /// This class holds all the information about
7
    /// a specific part of a debugger (head/body).
8
    /// </summary>
4 9
    public class DebuggerInfo {
5 10
        
11
        /// <summary>
12
        /// Serial number of the part of a debugger.
13
        /// </summary>
6 14
        [JsonPropertyName("serial_number")]
7 15
        public string? SerialNumber { get; set; }
8 16
    }

Také k dispozici: Unified diff