Click or drag to resize

WrapperReadUnsigned Method (UInt32, UInt32, UInt32, UInt32)

Read unsigned registers based on page/address

Namespace:  FX3ApiWrapper
Assembly:  FX3ApiWrapper (in FX3ApiWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public uint[] ReadUnsigned(
	uint[] RegAddrs,
	uint RegPage,
	uint NumCaptures,
	uint NumBuffers
)

Parameters

RegAddrs
Type: SystemUInt32
Register addresses to read
RegPage
Type: SystemUInt32
Register page
NumCaptures
Type: SystemUInt32
Number of times to read the register list
NumBuffers
Type: SystemUInt32
Number of register captures to read

Return Value

Type: UInt32
Array of register read values
See Also