diff --git a/ScadaComm/ScadaComm/ScadaCommCommon/Channels/Connection.cs b/ScadaComm/ScadaComm/ScadaCommCommon/Channels/Connection.cs index 00a1cea17..834e2289f 100644 --- a/ScadaComm/ScadaComm/ScadaCommCommon/Channels/Connection.cs +++ b/ScadaComm/ScadaComm/ScadaCommCommon/Channels/Connection.cs @@ -42,6 +42,14 @@ public abstract class Connection /// public class BinStopCondition { + /// + /// Initializes a new instance of the class. + /// + protected BinStopCondition() + { + StopCode = 0; + StopSeq = null; + } /// /// Initializes a new instance of the class. ///