review(Driver.AbLegacy.Contracts): first review; fix ArrayLength doc

First review at 7286d320. -001 (Low) fixed: ArrayLength=1 doc corrected (it is a 1-element
array node, not scalar). -002/-003/-004 (parser edge doc, dead MaxTagBytes, ForFamily
fallback) Open.
This commit is contained in:
Joseph Doherty
2026-06-19 12:22:53 -04:00
parent a4d24b5cf5
commit 26662aa2ec
2 changed files with 143 additions and 1 deletions
@@ -45,7 +45,7 @@ public sealed record AbLegacyDeviceOptions(
/// Element count when the tag addresses a multi-element span of a PCCC data file (e.g. an
/// <c>N7</c> integer file is inherently up to 256 words); <see langword="null"/> for a scalar.
/// A PCCC data file holds at most <see cref="AbLegacyArray.MaxElements"/> (256) elements, so a
/// value above that is clamped where it is materialised/read. <c>1</c> reads as a scalar.
/// value above that is clamped where it is materialised/read. <c>1</c> is a valid one-element array exposed as a <c>[1]</c> OPC UA array node.
/// </param>
public sealed record AbLegacyTagDefinition(
string Name,