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)
Syntaxpublic ushort[] GetBuffer()
Public Function GetBuffer As UShort()
public:
array<unsigned short>^ GetBuffer()
member GetBuffer : unit -> uint16[]
Return Value
Type:
UInt16The frame, as a byte array
See Also