Interface IFifoBuffer
Defines interface with additional information for FIFO implementations of ISciList
Namespace:
Assembly: .dll
Syntax
public interface IFifoBuffer
Methods
getFifoSize()
Return size of FIFO
Declaration
public abstract int getFifoSize()
Returns
| Type | Description |
|---|---|
| int | Size of FIFO |
getStartIndex()
Returns raw index of first item in FIFO
Declaration
public abstract int getStartIndex()
Returns
| Type | Description |
|---|---|
| int | Raw index of first item in FIFO |