WIP Added read alarms thread

This commit is contained in:
Lucio Maranta
2017-12-14 17:35:22 +01:00
parent 96c3e350e8
commit 36aeb95329
41 changed files with 8011 additions and 79 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ namespace Step.Model.ConfigModels
{
public class NcConfigModel
{
public int NcVendor { get; set; }
public ushort NcVendor { get; set; }
public string NcIpAddress { get; set; }
public int NcPort { get; set; }
public ushort NcPort { get; set; }
}
}