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....



PutByte


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

The function PutByte pushes the byte InByte into the FIFO. A FALSE value will be returned if the byte cannot be stored in the FIFO (the FIFO may be full, or not even defined). A returned value of TRUE indicates a successful storage in the FIFO structure.

 



Last Update: 2023-Feb-06