该属性仅在数组属性时生效。且表述的是数组成员数量。而非寄存器数量。例如当属性是int32[],Quantity=5时,表示会操作5个int32的值,即10个寄存器。
public ushort Quantity { get; set; }
Public Property Quantity As UShort Get Set
member Quantity : uint16 with get, set
In This Article