Click or drag to resize

WrapperWriteUnsigned Method (String, UInt32)

Write unsigned values to multiple registers in the RegMap

Namespace:  FX3ApiWrapper
Assembly:  FX3ApiWrapper (in FX3ApiWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void WriteUnsigned(
	string[] RegNames,
	uint[] WriteData
)

Parameters

RegNames
Type: SystemString
Names of registers to write
WriteData
Type: SystemUInt32
Data to write to the registers
See Also