Namespace: Rx – Class: IIoStreamReader – Header: Rx.Core/IIoStream.h
IIoStreamReader::Read Method
C++
virtual void Read(void* buffer, size_t bytes)
Reads the given amount of bytes from the stream.
Parameters
[void*] buffer |
[in] The pointer to the target memory. |
[size_t] bytes |
The number of bytes to read. |