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)