WrapperStartBufferedStream Method (UInt32, UInt32, UInt32, UInt32, Int32) |
Start an asynchronous buffered register read stream based on register address/page
Namespace:
FX3ApiWrapper
Assembly:
FX3ApiWrapper (in FX3ApiWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void StartBufferedStream(
uint[] RegAddrs,
uint RegPage,
uint NumCaptures,
uint NumBuffers,
int TimeoutSeconds
)
Public Sub StartBufferedStream (
RegAddrs As UInteger(),
RegPage As UInteger,
NumCaptures As UInteger,
NumBuffers As UInteger,
TimeoutSeconds As Integer
)
public:
void StartBufferedStream(
array<unsigned int>^ RegAddrs,
unsigned int RegPage,
unsigned int NumCaptures,
unsigned int NumBuffers,
int TimeoutSeconds
)
member StartBufferedStream :
RegAddrs : uint32[] *
RegPage : uint32 *
NumCaptures : uint32 *
NumBuffers : uint32 *
TimeoutSeconds : int -> unit
Parameters
- RegAddrs
- Type: SystemUInt32
Array of register addresses to read - RegPage
- Type: SystemUInt32
Register page - 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