public Read ( |
||
buffer | The buffer to store the recieved data in. | |
offset | int | The position in buffer to start storing the data. |
count | int | The maximum number of bytes to receive. |
timeout | int | Maximum time to wait for the transfer to complete. If the transfer times out, the IO operation will be cancelled. |
transferLength | int | Number of bytes actually transferred. |
return | ErrorCode |