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)
Syntaxpublic void SetRegWordOrder(
bool LowerFirst
)
Public Sub SetRegWordOrder (
LowerFirst As Boolean
)
public:
void SetRegWordOrder(
bool LowerFirst
)
member SetRegWordOrder :
LowerFirst : bool -> unit
Parameters
- LowerFirst
- Type: SystemBoolean
If the lower 16-bits of the reg address is at n (true), or n+1 (false)
See Also