From 4b8851527d004e755478b6ae578fb83b8690ce7f Mon Sep 17 00:00:00 2001 From: 2mik Date: Fri, 25 Oct 2019 10:03:40 +0300 Subject: [PATCH] ScadaComm: protected BinStopCondition() --- .../ScadaComm/ScadaCommCommon/Channels/Connection.cs | 8 ++++++++ 1 file changed, 8 insertions(+) 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. ///