Beispiel #1
0
 private void ReadException(Exception e, ReadState state)
 {
     LOG.Error("ScadaServer read error", e);
     ReadSocketError?.Invoke(e, state);
 }