Click or drag to resize

WrapperReadUnsigned Method (String)

Read multiple unsigned registers

Namespace:  FX3ApiWrapper
Assembly:  FX3ApiWrapper (in FX3ApiWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public uint[] ReadUnsigned(
	string[] RegNames
)

Parameters

RegNames
Type: SystemString
Names of all registers to read

Return Value

Type: UInt32
Array of register read values
See Also