Click or drag to resize

FX3ConnectionReadRegByte Method

This is the most general ReadRegByte. Other implementations are based on this.

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

Parameters

addr
Type: SystemUInt32
The address to read

Return Value

Type: UInt16
Returns the value read in over SPI as a short

Implements

IRegInterface.ReadRegByte(UInt32)
See Also