public LsConnection(IPlcModel plcModel = null)
 {
     Connection = this;
     PlcModel   = plcModel ?? DefaultPlcModel;
     Client     = new TcpClient();
 }
Exemple #2
0
 public LsConnection(IPlcModel plcModel = null)
 {
     Connection = this;
     PlcModel   = plcModel ?? DefaultPlcModel;
     Connections.Add(this);
 }