.NET: fixed problem in ReportControlBlock.SetRCBValues (see #184)

pull/202/head
Michael Zillgith 6 years ago
parent 1120a76ecd
commit 9192e5d21b

@ -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)

Loading…
Cancel
Save