Click or drag to resize

WrapperReadSigned Method (UInt32, UInt32)

Read signed registers based on page/address

Namespace:  FX3ApiWrapper
Assembly:  FX3ApiWrapper (in FX3ApiWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public long[] ReadSigned(
	uint[] RegAddrs,
	uint RegPage
)

Parameters

RegAddrs
Type: SystemUInt32
Register addresses to read
RegPage
Type: SystemUInt32
Register page

Return Value

Type: Int64
Array of register read values
See Also