IRingBuffer Interface

CVB.Net Documentation
RingBuffer operations on a Device.

Namespace:  Stemmer.Cvb.Driver
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public interface IRingBuffer : IDeviceInterface, 
	IEnumerable<RingBufferImage>, IEnumerable, IDisposable

The IRingBuffer type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of buffers in this ring buffer.
Public propertyItem
Gets the ring buffer image at the given bufferIndex.
Public propertyLockMode
Gets/sets the current lock mode.
Public propertyParent
The Device this interface works on.
(Inherited from IDeviceInterface.)
Top
Methods

  NameDescription
Public methodChangeCount
Sets a new ring buffer size in the acquisition engine.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetAcquisitionSequence
Gets the sequence of ring buffer images in the order they were acquired.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableRingBufferImage.)
Top
See Also

Reference