Click or drag to resize

FX3ConnectionGetBuffer Method

Gets one frame from the thread safe queue. Waits to return until a frame is available if there is a stream running. If there is not a stream running, and there is no data in the queue this call returns "Nothing".

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public ushort[] GetBuffer()

Return Value

Type: UInt16
The frame, as a byte array
See Also