Click or drag to resize

FX3ConnectionReadRegArray Method (IEnumerableUInt32, UInt32)

Overload of ReadRegArray which builds a new IEnumerable of addr and call the overload which takes an enumerable of addr

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public ushort[] ReadRegArray(
	IEnumerable<uint> addr,
	uint numCaptures
)

Parameters

addr
Type: System.Collections.GenericIEnumerableUInt32
List of register address's to read
numCaptures
Type: SystemUInt32
Number of captures to perform on the register list

Return Value

Type: UInt16
The register values, as a short array

Implements

IRegInterface.ReadRegArray(IEnumerableUInt32, UInt32)
See Also