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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user