Click or drag to resize

FX3ConnectionWriteRegByte Method (IEnumerableAddrDataPair)

This function writes an enumerable list of data to the DUT as AddrDataPairs

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public void WriteRegByte(
	IEnumerable<AddrDataPair> addrData
)

Parameters

addrData
Type: System.Collections.GenericIEnumerableAddrDataPair
The list of AddrDataPair to be written to DUT

Implements

IRegInterface.WriteRegByte(IEnumerableAddrDataPair)
See Also