mirror of
https://github.com/evopro-ag/Sharp7Reactive.git
synced 2025-12-16 19:52:53 +00:00
Cleanup
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
{
|
||||
internal class PlcConnectionSettings
|
||||
{
|
||||
public string IpAddress { get; set; }
|
||||
public int RackNumber { get; set; }
|
||||
public int CpuMpiAddress { get; set; }
|
||||
public string IpAddress { get; set; }
|
||||
public int Port { get; set; }
|
||||
public int RackNumber { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user