Click or drag to resize

FX3ConnectionBufferAvailable Property

Checks if a streaming frame is available, or will be available soon in thread safe queue. If there is no data in the queue and the streaming thread is not currently running, it will return false.

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public bool BufferAvailable { get; }

Return Value

Type: Boolean
The frame availability
See Also