mirror of
https://github.com/evopro-ag/Sharp7Reactive.git
synced 2025-12-16 19:52:53 +00:00
Added multivar create notification
This commit is contained in:
10
Sharp7.Rx/Settings/PlcConnectionSettings.cs
Normal file
10
Sharp7.Rx/Settings/PlcConnectionSettings.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Sharp7.Rx.Settings
|
||||
{
|
||||
internal class PlcConnectionSettings
|
||||
{
|
||||
public string IpAddress { get; set; }
|
||||
public int RackNumber { get; set; }
|
||||
public int CpuMpiAddress { get; set; }
|
||||
public int Port { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user