Click or drag to resize

WrapperSetRegWordOrder Method

Set the word order for a 32-bit register which is comprised of multiple 16-bit registers

Namespace:  FX3ApiWrapper
Assembly:  FX3ApiWrapper (in FX3ApiWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void SetRegWordOrder(
	bool LowerFirst
)

Parameters

LowerFirst
Type: SystemBoolean
If the lower 16-bits of the reg address is at n (true), or n+1 (false)
See Also