Click or drag to resize

FX3ConnectionReadRegWord Method

Reads a single 16 bit register on the DUT

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public ushort ReadRegWord(
	uint addr
)

Parameters

addr
Type: SystemUInt32
The address of the register to read

Return Value

Type: UInt16
The 16 bit register value, as a UShort

Implements

IRegInterface.ReadRegWord(UInt32)
See Also