From 9192e5d21bd8e5f5d4b297b680b371a55c97f67e Mon Sep 17 00:00:00 2001 From: Michael Zillgith Date: Tue, 26 Nov 2019 12:02:55 +0100 Subject: [PATCH] .NET: fixed problem in ReportControlBlock.SetRCBValues (see #184) --- dotnet/IEC61850forCSharp/ReportControlBlock.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dotnet/IEC61850forCSharp/ReportControlBlock.cs b/dotnet/IEC61850forCSharp/ReportControlBlock.cs index 9f7b7d17..22b61808 100644 --- a/dotnet/IEC61850forCSharp/ReportControlBlock.cs +++ b/dotnet/IEC61850forCSharp/ReportControlBlock.cs @@ -407,10 +407,12 @@ namespace IEC61850 { UInt32 parametersMask = CreateParametersMask(); + bool flagRptId = this.flagRptId; + int error; iedConnection.SetRCBValues (out error, self, parametersMask, singleRequest); - + resetSendFlags(); if (error != 0)