function Monitor(Dst: TVec; MonitorMode: TMonitorMode): Boolean;
Reads Dst.Length of most recent data, without advancing the read or write cursor.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TVec | source TVec |
| 2 | MonitorMode | TMonitorMode |
Returns: Boolean
Remarks:
The function returns true, if the buffer was long enough to fill the dst, independently of the state of the buffer.