adapnex::core::TCPConnection::Read
Read from the connection with separate byte and total timeouts.
Description
|
With zero timeout, the read operation will return immediately (non‐blocking) with the data available. |
Parameters
| Name | Description |
|---|---|
data |
The buffer to read data into. |
byte_timeout |
The maximum duration to wait between bytes. |
total_timeout |
The maximum duration to wait for the entire read operation to complete. |
Created with MrDocs