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)
Syntaxpublic void StartBurstStream(
uint numBuffers,
IEnumerable<byte> burstTrigger
)
Public Sub StartBurstStream (
numBuffers As UInteger,
burstTrigger As IEnumerable(Of Byte)
)
public:
void StartBurstStream(
unsigned int numBuffers,
IEnumerable<unsigned char>^ burstTrigger
)
member StartBurstStream :
numBuffers : uint32 *
burstTrigger : IEnumerable<byte> -> unit
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