Click or drag to resize

WrapperStartBufferedStream Method (String, UInt32, UInt32, Int32)

Start an asynchronous buffered register read stream

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

Parameters

RegNames
Type: SystemString
List of register names to read
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