The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



ForceByte


Unit:SDL_dstruct
Class:TFifo
Declaration:function ForceByte (InByte: byte): boolean;

The function ForceByte pushes the byte InByte into the FIFO regardless of the state of the FIFO. If the FIFO is full, the oldest value is discarded prior to pushing the new byte to the FIFO. In this case the function returns a TRUE value, in any other case a FALSE value is returned.

 



Last Update: 2023-Feb-06