Skip to content

Commit

Permalink
ScadaComm: protected BinStopCondition()
Browse files Browse the repository at this point in the history
  • Loading branch information
2mik committed Oct 25, 2019
1 parent 3785744 commit 4b88515
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ScadaComm/ScadaComm/ScadaCommCommon/Channels/Connection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ public abstract class Connection
/// </summary>
public class BinStopCondition
{
/// <summary>
/// Initializes a new instance of the class.
/// </summary>
protected BinStopCondition()
{
StopCode = 0;
StopSeq = null;
}
/// <summary>
/// Initializes a new instance of the class.
/// </summary>
Expand Down

0 comments on commit 4b88515

Please sign in to comment.