Click or drag to resize

FX3ConnectionStartStream Method

Starts a buffered stream for only a single buffer. This is equivalent to StartBufferedStream(addr, numCaptures, 1, CurrentTimeout, Nothing)

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public void StartStream(
	IEnumerable<uint> addr,
	uint numCaptures
)

Parameters

addr
Type: System.Collections.GenericIEnumerableUInt32
The address list to read from
numCaptures
Type: SystemUInt32
The number of times to capture that address list

Implements

IRegInterface.StartStream(IEnumerableUInt32, UInt32)
See Also