|
Reads data from the input buffer. This method reads a maximum of BufferSize bytes of data into the Buffer variable. The bytes are read directly from the devices input buffer using the ReadFile function.
Declarationfunction Read(var Buffer; BufferSize: Integer): Integer; Parameters
Return ValuesThe Read function returns the number of bytes read from the communications port. See Also |