Click or drag to resize

FX3ConnectionWriteRegByte Method (IEnumerableUInt32, IEnumerableUInt32)

Overload of WriteRegByte which allows for multiple registers to be specified to write to, as an IEnumerable list of register addresses.

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public void WriteRegByte(
	IEnumerable<uint> addr,
	IEnumerable<uint> data
)

Parameters

addr
Type: System.Collections.GenericIEnumerableUInt32
The list of register addresses to write to.
data
Type: System.Collections.GenericIEnumerableUInt32
The data to write to each register in the address list.

Implements

IRegInterface.WriteRegByte(IEnumerableUInt32, IEnumerableUInt32)
See Also