Click or drag to resize

FX3ConnectionStartBurstStream Method

Function to start a burst read using the BurstStreamManager

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public void StartBurstStream(
	uint numBuffers,
	IEnumerable<byte> burstTrigger
)

Parameters

numBuffers
Type: SystemUInt32
The number of buffers to read in the stream operation
burstTrigger
Type: System.Collections.GenericIEnumerableByte

[Missing <param name="burstTrigger"/> documentation for "M:FX3Api.FX3Connection.StartBurstStream(System.UInt32,System.Collections.Generic.IEnumerable{System.Byte})"]

See Also