TBlockSocket.RecvByte
TBlockSocket     

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

Unit
blcksock

Description
Note: This is high-level receive function. It using internal LineBuffer and you can combine this function freely with other high-level functions.

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:
LineBuffer, PeekByte, RecvBufferEx, RecvPacket, RecvString, RecvTerminated