Click or drag to resize

WrapperWriteUnsigned Method (UInt32, UInt32, UInt32)

Write unsigned data based on register addr/page

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

Parameters

RegAddrs
Type: SystemUInt32
Array of register addresses to write to
RegPage
Type: SystemUInt32
Register page
WriteData
Type: SystemUInt32
Data to write to the registers. Must be same size as RegAddrs
See Also