Click or drag to resize

FX3ConnectionReadRegArray Method (IEnumerableAddrDataPair, UInt32)

ReadRegArray overload which includes register writes. Breaks the call into multiple calls of readRegByte and writeRegByte

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

Parameters

addrData
Type: System.Collections.GenericIEnumerableAddrDataPair
The data to read/write
numCaptures
Type: SystemUInt32
The number of times to perform the read/write operation

Return Value

Type: UInt16
The output data, as a UShort array

Implements

IRegInterface.ReadRegArray(IEnumerableAddrDataPair, UInt32)
See Also