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)
Syntaxpublic void StartStream(
IEnumerable<uint> addr,
uint numCaptures
)
Public Sub StartStream (
addr As IEnumerable(Of UInteger),
numCaptures As UInteger
)
public:
virtual void StartStream(
IEnumerable<unsigned int>^ addr,
unsigned int numCaptures
) sealed
abstract StartStream :
addr : IEnumerable<uint32> *
numCaptures : uint32 -> unit
override StartStream :
addr : IEnumerable<uint32> *
numCaptures : uint32 -> unit
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