Click or drag to resize

WrapperWriteUnsigned Method (String, UInt32)

Write an unsigned value to a single register in the RegMap

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

Parameters

RegName
Type: SystemString
Name of register to write
WriteData
Type: SystemUInt32
Data to write to the register
See Also