TBlockSocket.RecvByte
TBlockSocket

function RecvByte(Timeout: Integer): Byte; virtual;

Unit
blcksock

Description
Waits until one data byte is received which is also returned as function result. If no data is received within TIMEOUT (in milliseconds)period, LastError is set to WSAETIMEDOUT.


See also:
PeekByte