Click or drag to resize

FX3ConnectionWriteRegByte Method (UInt32, UInt32)

This is the most general WriteRegByte, which the others are based on

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public void WriteRegByte(
	uint addr,
	uint data
)

Parameters

addr
Type: SystemUInt32
The address to write to
data
Type: SystemUInt32
The byte of data to write

Implements

IRegInterface.WriteRegByte(UInt32, UInt32)
See Also