WIP Added read alarms thread
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user