Click or drag to resize

WrapperReadUnsigned Method (UInt32, UInt32)

Read single unsigned register based on page/address

Namespace:  FX3ApiWrapper
Assembly:  FX3ApiWrapper (in FX3ApiWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public uint ReadUnsigned(
	uint RegAddr,
	uint RegPage
)

Parameters

RegAddr
Type: SystemUInt32
Register address to read
RegPage
Type: SystemUInt32
Register page

Return Value

Type: UInt32
Register read value
See Also