Click or drag to resize

WrapperWriteSigned Method (UInt32, UInt32, Int32)

Write a single signed register, based on register addr/page

Namespace:  FX3ApiWrapper
Assembly:  FX3ApiWrapper (in FX3ApiWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void WriteSigned(
	uint RegAddr,
	uint RegPage,
	int WriteData
)

Parameters

RegAddr
Type: SystemUInt32
register address to write to
RegPage
Type: SystemUInt32
Register page
WriteData
Type: SystemInt32
Data to write to the register
See Also