IRingBufferItem Property

CVB.Net Documentation
Gets the ring buffer image at the given bufferIndex.

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

RingBufferImage this[
	int bufferIndex
] { get; }

Parameters

bufferIndex
Type: SystemInt32
Index of image to retrieve.

Return Value

Type: RingBufferImage
The ring buffer image at bufferIndex.
See Also

Reference