Click or drag to resize

FX3ConnectionWriteRegWord Method

This function is not currently implemented. Calling it will throw a NotImplementedException.

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public void WriteRegWord(
	uint addr,
	uint data
)

Parameters

addr
Type: SystemUInt32

[Missing <param name="addr"/> documentation for "M:FX3Api.FX3Connection.WriteRegWord(System.UInt32,System.UInt32)"]

data
Type: SystemUInt32

[Missing <param name="data"/> documentation for "M:FX3Api.FX3Connection.WriteRegWord(System.UInt32,System.UInt32)"]

Implements

IRegInterface.WriteRegWord(UInt32, UInt32)
See Also