init
This commit is contained in:
11
Common/DTS.CommonCore/Classes/Hardware/ExternalTilt.cs
Normal file
11
Common/DTS.CommonCore/Classes/Hardware/ExternalTilt.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace DTS.Common.Classes.Hardware
|
||||
{
|
||||
public class ExternalTilt
|
||||
{
|
||||
public ExternalTilt() { }
|
||||
public string SerialNumber { get; set; }
|
||||
public byte TiltID { get; set; }
|
||||
public string SystemID { get; set; }
|
||||
public string SystemLocation { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user