SignalUtils.WritePositionCircularBuffer Method

function WritePositionCircularBuffer(const State: TCircularBufferState): Integer;

Get the index in the buffer where the next block of data will be written.

#NameTypeDescription
1StateTCircularBufferState

Returns: Int32

Remarks:

Get the index in the buffer where the next block of data will be written.

See Also: SignalUtils.PeekCircularBuffer, SignalUtils.InitCircularBuffer, SignalUtils.WriteToCircularBuffer, SignalUtils.ResizeCircularBuffer, SignalUtils.MonitorCircularBuffer