Click or drag to resize

WrapperStartBufferedStream Method (UInt32, UInt32, UInt32, UInt32, Int32)

Start an asynchronous buffered register read stream based on register address/page

Namespace:  FX3ApiWrapper
Assembly:  FX3ApiWrapper (in FX3ApiWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void StartBufferedStream(
	uint[] RegAddrs,
	uint RegPage,
	uint NumCaptures,
	uint NumBuffers,
	int TimeoutSeconds
)

Parameters

RegAddrs
Type: SystemUInt32
Array of register addresses to read
RegPage
Type: SystemUInt32
Register page
NumCaptures
Type: SystemUInt32
Number of times to read register list per data ready
NumBuffers
Type: SystemUInt32
Total number of captures to perform
TimeoutSeconds
Type: SystemInt32
Stream timeout time, in seconds
See Also