aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Transport/Discovery/TcpValidationInfo.cs
blob: 70559ebd41dc866ff698b7d5a7f71fdef793d943 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tango.Transport.Discovery
{
    public class TcpValidationInfo
    {
        public String SerialNumber { get; set; }
        public String Guid { get; set; }
        public int MachineType { get; set; }
    }
}