We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0023f5 commit 39adce3Copy full SHA for 39adce3
src/S7CommPlusDriver/ClientApi/Browser.cs
@@ -305,7 +305,7 @@ private void AddSubNodes(ref Node node, PObject o)
305
} while (n <= ArrayElementCount);
306
#endregion
307
}
308
- if (vte.OffsetInfoType.HasRelation())
+ else if (vte.OffsetInfoType.HasRelation())
309
{
310
#region Struct / UDT / System-Biliotheks-Strukturen (DTL, IEC_TIMER, ...) aber keine Art von Array
311
var ioit = (IOffsetInfoType_Relation)vte.OffsetInfoType;
0 commit comments