Variables | |
__int3264 | Image |
This determines the image object that has been assigned to the Common Vision RingBuffer Control. The image must support at least the IRingBuffer interface. More... | |
LockMode | LockMode |
Gets and sets the lockmode to be used. More... | |
long | MaxNumBuffers |
Returns the maximum number of buffers that can be allocated by the driver. More... | |
long | NumBuffers |
Used to retrieve or set the number of buffers used in the ringbuffer. Setting this property may take some time as the buffers have to be allocated and initialized with zeros. More... | |
__int3264 Image |
This determines the image object that has been assigned to the Common Vision RingBuffer Control.
The image must support at least the IRingBuffer interface.
[in,out] | Image | Handle of the image object. |
Gets and sets the lockmode to be used.
[in,out] | LockMode | Sets the lockmode (for more details see: LockMode). |
long MaxNumBuffers |
Returns the maximum number of buffers that can be allocated by the driver.
[out] | MaxNumBuffers | Gets the maximum number of buffers. |
long NumBuffers |
Used to retrieve or set the number of buffers used in the ringbuffer.
Setting this property may take some time as the buffers have to be allocated and initialized with zeros.
[in,out] | NumBuffers | Number of buffers being used. |